X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=oldies%2Frofi%2Fblackpearl%2Fshared%2Fsettings.rasi;fp=oldies%2Frofi%2Fblackpearl%2Fshared%2Fsettings.rasi;h=49b85cdbc9782bb83194dd96f57f47315cb8dab4;hb=7abef725078fc52196b630c95f354fb58864c743;hp=0000000000000000000000000000000000000000;hpb=6be4fcd546b01b14b5f06306ab5b7c0391913bfa;p=my-dotfiles.git diff --git a/oldies/rofi/blackpearl/shared/settings.rasi b/oldies/rofi/blackpearl/shared/settings.rasi new file mode 100644 index 0000000..49b85cd --- /dev/null +++ b/oldies/rofi/blackpearl/shared/settings.rasi @@ -0,0 +1,19 @@ +configuration { + modi: "run,window,drun,ssh"; + font: "Droid Sans Mono 12"; + drun-display-format: "{icon} {name}"; + display-drun: "Apps"; + show-icons: true; + icon-theme: "MB-Mango-Suru-GLOW"; + drun-match-fields: "name,generic,exec,category"; + hide-scrollbar: true; + cycle: true; +/* fullscreen: true;*/ + sidebar-mode: false; + terminal: "urxvt"; + ssh-client: "ssh"; + ssh-command: "{terminal} -e {ssh-client} {host}"; + run-command: "{cmd}"; + run-shell-command: "{terminal} -e {cmd}"; + cache-dir: "/home/danix/.cache/"; +}