1
0
src/dotfiles-old/.config/sxhkd/sxhkdrc-bspwm
2021-05-10 21:19:41 -04:00

23 lines
514 B
Plaintext

# thanks weedsmokingjew
mod1 + {_,shift + }F4
bspc node -{c,k}
mod1 + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'
mod1 + shift + e
[ "Yes." = $(printf "No.\nYes." | dmenu -p "You pressed the exit shortcut. Do you really want to exit? This will end your X session.") ] && bspc quit
mod1 + f
bspc node -t '~fullscreen'
mod1 + {h,j,k,l}
bspc node -f {west,south,north,east}
mod1 + shift + {h,j,k,l}
bspc node -s {west,south,north,east}
mod1 + shift + r
bspc wm -r && pkill -USR1 -x sxhkd