Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/rofi/config.rasi

38 lines
964 B
Text
Raw Normal View History

2026-08-13 22:47:35 +02:00
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"