2c4bc98057cfed8ccfe28d524b5e454b038b87a0
[my-dotfiles.git] / rofi / blackpearl / shared / settings.rasi
1 configuration {
2 modi: "window,drun,ssh";
3 font: "Droid Sans Mono 12";
4 /*drun-display-format: "{icon} {name}\n<span weight='light' size='small'><i>{generic}</i></span>";*/
5 drun-display-format: "{icon} <span weight='light' size='small'><i>{name}</i></span>";
6 display-drun: "Apps";
7 show-icons: true;
8 icon-theme: "breeze-dark";
9 hide-scrollbar: true;
10 cycle: true;
11 fullscreen: true;
12 sidebar-mode: false;
13 terminal: "urxvt";
14 ssh-client: "ssh";
15 ssh-command: "{terminal} -e {ssh-client} {host}";
16 run-command: "{cmd}";
17 run-shell-command: "{terminal} -e {cmd}";
18 cache-dir: "/home/danix/.cache/";
19 }