displaym
This commit is contained in:
22
dotfiles-old/.config/displaym/bspwm/sxhkdrc
Normal file
22
dotfiles-old/.config/displaym/bspwm/sxhkdrc
Normal file
@@ -0,0 +1,22 @@
|
||||
# thanks weedsmokingjew
|
||||
|
||||
mod1 + {_,shift + }F4
|
||||
bspc node -{c,k}
|
||||
|
||||
mod1 + {_,shift + }{1-4,q,w,e,r,a,s}
|
||||
bspc {desktop -f,node -d} '^{1-4,5,6,7,8,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
|
||||
Reference in New Issue
Block a user