sxhkd super + g
This commit is contained in:
parent
082824261b
commit
076ff6fbe5
@ -192,7 +192,8 @@ super + shift + {comma,period}
|
||||
# Change window gap
|
||||
|
||||
super + g
|
||||
bspc config -d focused window_gap {$gap,$(($gap+$cgap)),$(($gap+$cgap+$gap))}
|
||||
{bspc config window_gap 0 && bspc config top_padding 0 && bspc config bottom_padding 0 && bspc config right_padding 0 && bspc config left_padding 0,\
|
||||
bspc config window_gap $(($gap+$cgap)) && bspc config top_padding $(($PANEL_HEIGHT-($gap-$cgap))) && bspc config bottom_padding -$gap && bspc config right_padding -$gap && bspc config left_padding -$gap}
|
||||
|
||||
super + button{4,5}
|
||||
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user