Modify bspwm and sxhkd configs

This commit is contained in:
mitchell 2020-06-08 14:31:22 -04:00
parent 8c77a00b01
commit 11fbcca723
2 changed files with 18 additions and 7 deletions

View File

@ -7,13 +7,15 @@ wmname LG3D
bspc monitor -d I II III IV V VI VII
bspc config border_width 2
bspc config window_gap 12
bspc config top_padding 24
bspc config border_width 2
bspc config window_gap 12
bspc config top_padding 24
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
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'

View File

@ -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