From 0f0e252fc0fe134c202536935ea30af3d220d828 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 7 Jun 2026 12:38:05 +0200 Subject: add wallpaper and rofi --- nixos/config/rofi/config.rasi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 nixos/config/rofi/config.rasi (limited to 'nixos/config/rofi/config.rasi') 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"; + } +} -- cgit v1.2.3