2017-05-03 13:10:13 +00:00
|
|
|
#
|
|
|
|
# bspwm hotkeys
|
|
|
|
#
|
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
# general
|
2018-08-07 19:17:17 +00:00
|
|
|
super + w; {q,c,k}
|
|
|
|
bspc node -{c,c,k}
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + w; {n,p}
|
2017-05-03 13:10:13 +00:00
|
|
|
bspc node -f {next,prev}.local
|
|
|
|
|
2018-08-07 19:17:17 +00:00
|
|
|
super + w; m; {t,f,T,F}
|
2018-07-29 12:11:03 +00:00
|
|
|
bspc node -t {tiled,floating,pseudo_tiled,fullscreen}
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + w; d; {0-9,h}
|
|
|
|
bspc node -d {0-9,h}
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + w; s; {Left,Up,Right,Down}
|
|
|
|
bspc node --presel-dir '~'{west,north,east,south}
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + w; {0-9,h}
|
|
|
|
bspc desktop -f {0-9,h}
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + w; space
|
2017-05-03 13:10:13 +00:00
|
|
|
bspc desktop -l next
|
|
|
|
|
2018-08-07 19:17:17 +00:00
|
|
|
super + w; x
|
|
|
|
terminal
|
|
|
|
|
|
|
|
# Locker
|
|
|
|
super + l; l
|
|
|
|
ssm lockd lock
|
|
|
|
|
|
|
|
super + l; {u,s}
|
2018-07-29 12:11:03 +00:00
|
|
|
ssm lockd stop
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
# simple hotkeys
|
|
|
|
Print
|
|
|
|
snap -f
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
shift + Print
|
|
|
|
snap
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + {r,p}
|
|
|
|
dmenu-extras -l 9 {run,pass}
|
2017-06-13 13:03:45 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
super + {j,k}
|
|
|
|
bspc node -f {prev,next}.local
|
2017-05-03 13:10:13 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
# mpd
|
|
|
|
super + m; {a,s,n,p}
|
2017-05-03 13:10:13 +00:00
|
|
|
mpc {play,stop,next,prev}
|
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
# Sound
|
|
|
|
super + {comma,period}
|
|
|
|
amixer -c 0 set PCM 2dB{-,+}
|
2017-08-11 23:59:32 +00:00
|
|
|
|
2018-07-29 12:11:03 +00:00
|
|
|
# Fucking Firefox man
|
|
|
|
control + q
|
|
|
|
/bin/true
|