72
homedir/.config/bspwm/sxhkdrc
Normal file
72
homedir/.config/bspwm/sxhkdrc
Normal file
@@ -0,0 +1,72 @@
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
||||
super + {_,shift + } w
|
||||
bspc node {-c,-k}
|
||||
|
||||
super + q
|
||||
bspc node -t '~fullscreen'
|
||||
|
||||
super + {j,k}
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
control + {h,j,k,l}
|
||||
bspc node {@east -r -32,@south -r +32,@south -r -32,@east -r +32}
|
||||
|
||||
super + {_,shift + } space
|
||||
bspc node -t '~'{tiled,floating}
|
||||
|
||||
super + Return
|
||||
bspc node -s biggest
|
||||
|
||||
super + {1-9,h}
|
||||
bspc desktop -f {1-9,h}
|
||||
|
||||
super + shift + {1-9,h}
|
||||
bspc node -d {1-9,h}
|
||||
|
||||
super + m
|
||||
bspc monitor -f next
|
||||
|
||||
super + shift + m
|
||||
bspc node -m next
|
||||
|
||||
super + t
|
||||
bspc desktop -l next
|
||||
|
||||
super + shift + t
|
||||
bspc node -t '~pseudo_tiled'
|
||||
|
||||
super + x
|
||||
terminal
|
||||
|
||||
super + {r,u,p}
|
||||
dmenu-extras -l 9 {run,bmark,pass}
|
||||
|
||||
super + z
|
||||
ssm lockd lock
|
||||
|
||||
Print
|
||||
snap -f
|
||||
|
||||
super + {Left,Up,Right,Down}
|
||||
bspc node --presel-dir '~'{west,north,east,south}
|
||||
|
||||
super + {_,shift + } c
|
||||
win-hd-center {1280x720,854x480}
|
||||
|
||||
super + {a,s,n,p}
|
||||
mpc {play,stop,next,prev}
|
||||
|
||||
super + bracketright
|
||||
bspc node '@/' -R 90
|
||||
|
||||
super + f
|
||||
bspc rule -a \* -o state=floating
|
||||
|
||||
super + XF86AudioLowerVolume
|
||||
amixer -c 0 set PCM 2dB-
|
||||
|
||||
super + XF86AudioRaiseVolume
|
||||
amixer -c 0 set PCM 2dB+
|
Reference in New Issue
Block a user