diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 12:38:05 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 12:38:05 +0200 |
| commit | 0f0e252fc0fe134c202536935ea30af3d220d828 (patch) | |
| tree | e1dc02249c0f3e601b979d4f76928004081eaa1a /nixos/config/rofi/config.rasi | |
| parent | f4977db08909fcc78c7a5c7cedaa17668ab3e0f0 (diff) | |
add wallpaper and rofi
Diffstat (limited to 'nixos/config/rofi/config.rasi')
| -rw-r--r-- | nixos/config/rofi/config.rasi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/nixos/config/rofi/config.rasi b/nixos/config/rofi/config.rasi new file mode 100644 index 0000000..03a46e6 --- /dev/null +++ b/nixos/config/rofi/config.rasi @@ -0,0 +1,27 @@ +@theme "tokyonight.rasi" + +configuration { + modes: "window,drun,run,ssh"; + font: "monospace 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"; + } +} |
