diff options
Diffstat (limited to 'artix/home/.config/rofi/config.rasi')
| -rw-r--r-- | artix/home/.config/rofi/config.rasi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/artix/home/.config/rofi/config.rasi b/artix/home/.config/rofi/config.rasi new file mode 100644 index 0000000..dab25d3 --- /dev/null +++ b/artix/home/.config/rofi/config.rasi @@ -0,0 +1,27 @@ +@theme "tokyonight.rasi" + +configuration { + modes: "window,drun,run,ssh"; + font: "0xProto Nerd Font 18"; + show-icons: true; + terminal: "alacritty"; + ssh-client: "ssh"; + disable-history: true; + sort: true; + sorting-method: "normal"; + case-sensitive: false; + case-smart: false; + cycle: true; + sidebar-mode: false; + hover-select: true; + + timeout { + action: "kb-cancel"; + delay: 0; + } + + filebrowser { + directories-first: true; + sorting-method: "name"; + } +} |
