diff options
Diffstat (limited to 'config/rofi/dwm-config-horiz.rasi')
| -rw-r--r-- | config/rofi/dwm-config-horiz.rasi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/rofi/dwm-config-horiz.rasi b/config/rofi/dwm-config-horiz.rasi new file mode 100644 index 00000000..e93bcc5e --- /dev/null +++ b/config/rofi/dwm-config-horiz.rasi @@ -0,0 +1,19 @@ +configuration { + modi: "drun"; + font: "JetBrainsMono Nerd Font 10"; + show-icons: false; + terminal: "kitty"; + drun-display-format: "{name}"; + display-drun: " "; + timeout { + action: "kb-cancel"; + delay: 0; + } + filebrowser { + directories-first: true; + sorting-method: "name"; + } + } + +@theme "~/.config/rofi/dwm-dmenu-horiz.rasi" + |
