diff options
Diffstat (limited to 'desktop-common/.config/rofi/config.rasi')
| -rw-r--r-- | desktop-common/.config/rofi/config.rasi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/desktop-common/.config/rofi/config.rasi b/desktop-common/.config/rofi/config.rasi new file mode 100644 index 0000000..474a160 --- /dev/null +++ b/desktop-common/.config/rofi/config.rasi @@ -0,0 +1,28 @@ +configuration { + modi: "drun,window,run"; + + /*display-drun: "➤";*/ + display-drun: ""; + display-window: ""; + display-run: ""; + display-filebrowser: ""; + + show-icons: true; + + window { + hide-active-window: true; + } + + filebrowser { + directory: "/home/setanta/storage/Downloads/images/"; + directories-first: false; + sorting-method: "atime"; + command: "show_image_and_copy_to_clipboard"; + } +} + +@theme "/home/setanta/.config/rofi/themes/dark.rasi" + +/* +* vim:ft=css +**/ |
