Files
dotfiles/.config/rofi/config.rasi
T
2021-02-25 01:08:26 +01:00

29 lines
557 B
CSS

/* -*- css -*- */
configuration {
/* Modi */
modi: "window,run,ssh,drun";
combi-modi: "window,run,drun";
/* Title */
display-drun: "run";
/* Layout */
font: "DejaVu Sans Mono, Font Awesome 5 Free 12";
lines: 8;
width: 50;
/* Icons */
icon-theme: "Arc";
show-icons: true;
/* Keybinds */
kb-cancel: "Escape,Control+g,Control+bracketleft,Alt+h";
kb-row-down: "Down,Control+n,Alt+j";
kb-row-up: "Up,Control+p,ISO_Left_Tab,Alt+k";
kb-accept-entry: "Control+j,Control+m,Return,KP_Enter,Alt+l";
}
@theme "Arc-Dark"
@import "theme-overrides"