summaryrefslogtreecommitdiff
path: root/nixos/config/rofi/config.rasi
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-06-07 12:38:05 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-06-07 12:38:05 +0200
commit0f0e252fc0fe134c202536935ea30af3d220d828 (patch)
treee1dc02249c0f3e601b979d4f76928004081eaa1a /nixos/config/rofi/config.rasi
parentf4977db08909fcc78c7a5c7cedaa17668ab3e0f0 (diff)
add wallpaper and rofi
Diffstat (limited to 'nixos/config/rofi/config.rasi')
-rw-r--r--nixos/config/rofi/config.rasi27
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";
+ }
+}