From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- artix/home/.config/rofi/config.rasi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 artix/home/.config/rofi/config.rasi (limited to 'artix/home/.config/rofi/config.rasi') 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"; + } +} -- cgit v1.2.3