small changes
This commit is contained in:
parent
52a52e26bf
commit
f6e5395aad
|
@ -18,7 +18,7 @@ super + d
|
||||||
dmenu_run
|
dmenu_run
|
||||||
|
|
||||||
super + r
|
super + r
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd; \
|
||||||
bspc wm -r
|
bspc wm -r
|
||||||
|
|
||||||
super + w
|
super + w
|
||||||
|
@ -47,12 +47,12 @@ super + q
|
||||||
super + e
|
super + e
|
||||||
bspc quit 0
|
bspc quit 0
|
||||||
|
|
||||||
# ignore this
|
|
||||||
super + {_,ctrl +,shift + }{h,j,k,l}
|
super + {_,ctrl +,shift + }{h,j,k,l}
|
||||||
bspc node -{f,p,s} {west,south,north,east}
|
bspc node -{f,p,s} {west,south,north,east}
|
||||||
|
|
||||||
super + {_,shift + } {1-9,0}
|
super + {_,shift + } {1-9,0}
|
||||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
bspc {desktop -f,node -d} '^{1-9,10}'; \
|
||||||
|
{killall -10 simplestatus,_}
|
||||||
|
|
||||||
super + {t,f,s}
|
super + {t,f,s}
|
||||||
bspc node -t {tiled,floating,fullscreen}
|
bspc node -t {tiled,floating,fullscreen}
|
||||||
|
|
Loading…
Reference in New Issue