Watch
1
0
Fork
You've already forked dotfiles
0

Add configuration for rofi

This commit is contained in:
Alexander Hess 2026-08-13 22:47:35 +02:00
commit ea43f7d1ef
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
2 changed files with 111 additions and 0 deletions

38
.config/rofi/config.rasi Normal file
View file

@ -0,0 +1,38 @@
configuration {
/* Bound in ~/.config/gnome-settings/key-bindings.ini:
<Super>space + <Super>d => drun, <Super>Tab => window */
modi: "combi,drun,window,run";
combi-modes: [ window, drun ];
combi-hide-mode-prefix: true;
font: "FiraCode Nerd Font 12";
show-icons: true;
icon-theme: "Adwaita";
drun-display-format: "{name}";
window-format: "{w} {c} {t}";
matching: "fuzzy";
sort: true;
terminal: "/usr/bin/alacritty";
/* `vim`-style list navigation */
kb-row-down: "Down,Control+j";
kb-row-up: "Up,Control+k";
kb-mode-next: "Shift+Right,Control+l";
kb-mode-previous: "Shift+Left,Control+h";
kb-accept-entry: "Return,KP_Enter";
kb-cancel: "Escape,Control+bracketleft";
kb-remove-char-back: "BackSpace,Shift+BackSpace";
/* Defaults stripped of the keys taken over above */
kb-clear-line: "";
kb-mode-complete: "";
kb-remove-to-eol: "";
}
@theme "theme"