add bspwm-toggle-gaps

This commit is contained in:
randomuser 2022-07-08 03:29:17 +00:00
parent 206ec6a220
commit bf472e1d20
3 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,7 @@ bspc config pointer_follows_focus true
bspc config pointer_follows_monitor true bspc config pointer_follows_monitor true
bspc config focus_follows_pointer true bspc config focus_follows_pointer true
bspc config window_gap 3
bspc config top_padding 20 bspc config top_padding 20
bspc rule -a st-gpg-menu state=floating bspc rule -a st-gpg-menu state=floating

View File

@ -5,6 +5,12 @@ wallpaper
# statusbar # statusbar
statusbar & statusbar &
# adjust some keybindings
setxkbmap -option caps:super
killall xcape
xcape -e 'Super_L=Escape'
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
# start the wm # start the wm
sxhkd & sxhkd &
bspwm bspwm

View File

@ -75,3 +75,6 @@ super + {_,shift + } {1-9,0}
super + {t,f,s} super + {t,f,s}
bspc node -t {tiled,floating,fullscreen} bspc node -t {tiled,floating,fullscreen}
super + shift + t
bspwm-toggle-gaps