mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Create sxhkdrc
This commit is contained in:
parent
22449ce050
commit
fe4e7c82a8
30
.config/sxhkd/sxhkdrc
Normal file
30
.config/sxhkd/sxhkdrc
Normal file
@ -0,0 +1,30 @@
|
||||
super + Return
|
||||
st
|
||||
|
||||
super + w
|
||||
brave
|
||||
|
||||
super + d
|
||||
dmenu_run
|
||||
|
||||
super + q
|
||||
bspc node -{c,k}
|
||||
|
||||
super + {h,j,k,l}
|
||||
bspc node -z {left -20 0 || bspc node -z right -20 0, \
|
||||
bottom 0 20 || bspc node -z top 0 20,\
|
||||
top 0 -20 || bspc node -z bottom 0 -20,\
|
||||
right 20 0 || bspc node -z left 20 0}
|
||||
|
||||
super + alt + {Left,Down,Up,Right}
|
||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||
|
||||
super + t
|
||||
if [ -z "$(bspc query -N -n focused.floating)" ]; then \
|
||||
bspc node focused -t floating; \
|
||||
else \
|
||||
bspc node focused -t tiled; \
|
||||
fi
|
||||
|
||||
super + {_,shift + }{1-9,0}
|
||||
bspc {desktop -f,node -d} '^{1-9,10}' --follow
|
||||
Loading…
x
Reference in New Issue
Block a user