summaryrefslogtreecommitdiff
path: root/artix/home/.config/rofi/config.rasi
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-04-13 21:45:43 +0200
commit0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch)
treec9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/rofi/config.rasi
Initial commit
Diffstat (limited to 'artix/home/.config/rofi/config.rasi')
-rw-r--r--artix/home/.config/rofi/config.rasi27
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";
+ }
+}