add bspwm-toggle-gaps
This commit is contained in:
parent
206ec6a220
commit
bf472e1d20
|
@ -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
|
||||||
|
|
6
sx/sxrc
6
sx/sxrc
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue