70 lines
974 B
Plaintext
70 lines
974 B
Plaintext
#
|
|
# bspwm hotkeys
|
|
#
|
|
|
|
# general
|
|
super + w; {q,k}
|
|
bspc node -{c,k}
|
|
|
|
super + w; m; {t,f,T,F}
|
|
bspc node -t {tiled,floating,pseudo_tiled,fullscreen}
|
|
|
|
super + w; d; {0-9,h,p}
|
|
bspc node -d {0-9,h,p}
|
|
|
|
super + w; s; {Left,Up,Right,Down}
|
|
bspc node --presel-dir '~'{west,north,east,south}
|
|
|
|
super + w; {0-9,h,p}
|
|
bspc desktop -f {0-9,h,p}
|
|
|
|
super + w; space
|
|
bspc desktop -l next
|
|
|
|
super + w; x
|
|
terminal
|
|
|
|
super + w; b
|
|
bspc node -s biggest.local
|
|
|
|
super + w; Return
|
|
bspc node @focused:/ -R 90
|
|
|
|
super + w; w
|
|
ssm chameleon reload
|
|
|
|
super + w; c
|
|
win-hd-center 1280x720
|
|
|
|
# Locker
|
|
super + l; l
|
|
ssm lockd start_or_lock
|
|
|
|
super + l; {u,s}
|
|
ssm lockd stop
|
|
|
|
# simple hotkeys
|
|
Print
|
|
snap -f
|
|
|
|
shift + Print
|
|
snap
|
|
|
|
super + {r,p}
|
|
dmenu-extras -l 9 {run,pass}
|
|
|
|
super + {j,k}
|
|
bspc node -f {prev,next}.local
|
|
|
|
# mpd
|
|
super + m; {a,s,n,p}
|
|
playerctl -p tuijam {play-pause,stop,next,prev}
|
|
|
|
# Sound
|
|
super + {comma,period}
|
|
amixer -c 0 set PCM 5%{-,+}
|
|
|
|
# Fucking Firefox man
|
|
control + q
|
|
/bin/true
|