diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-08 13:08:37 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-08 19:58:30 +0200 |
| commit | 770c0cfc08bd73ada6e7754473d69fe9e2d17dc2 (patch) | |
| tree | 3c1da3053ed03bbdc2e8c4e4fbf26947b7ef97ae /nixos/config/rofi/config.rasi | |
| parent | 218a690b155d9e7d47bb2e7487a150c16c8f482f (diff) | |
rewrite config in nix
Diffstat (limited to 'nixos/config/rofi/config.rasi')
| -rw-r--r-- | nixos/config/rofi/config.rasi | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/nixos/config/rofi/config.rasi b/nixos/config/rofi/config.rasi deleted file mode 100644 index 03a46e6..0000000 --- a/nixos/config/rofi/config.rasi +++ /dev/null @@ -1,27 +0,0 @@ -@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"; - } -} |
