This is a collection of dotfiles and scripts for my bspwm setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
534 B

/* -*- 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";
/* 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"