mirror of https://github.com/mitchell/dotfiles.git
Modify bspwm and sxhkd configs
This commit is contained in:
parent
8c77a00b01
commit
11fbcca723
|
@ -15,6 +15,8 @@ bspc config split_ratio 0.52
|
|||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
bspc config focused_border_color '#83a598'
|
||||
|
||||
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
# bspc rule -a Chromium desktop='^2'
|
||||
# bspc rule -a mplayer2 state=floating
|
||||
|
|
|
@ -8,7 +8,16 @@ super + Return
|
|||
|
||||
# program launcher
|
||||
super + @space
|
||||
dmenu_run
|
||||
rofi -width 30 \
|
||||
-lines 10 \
|
||||
-font 'JetBrains Mono 10' \
|
||||
-location 2 \
|
||||
-yoffset 100 \
|
||||
-terminal kitty \
|
||||
-theme gruvbox-light \
|
||||
-combi-modi window,drun,run \
|
||||
-show combi \
|
||||
-modi combi
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
super + Escape
|
||||
|
|
Loading…
Reference in New Issue