@@ -2,71 +2,61 @@
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
||||
super + {_,shift + } w
|
||||
bspc node {-c,-k}
|
||||
# general
|
||||
super + w; {c,k}
|
||||
bspc node -{c,k}
|
||||
|
||||
super + q
|
||||
bspc node -t '~fullscreen'
|
||||
|
||||
super + {j,k}
|
||||
super + w; {n,p}
|
||||
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 + w; {t,f,T,F}
|
||||
bspc node -t {tiled,floating,pseudo_tiled,fullscreen}
|
||||
|
||||
super + {_,shift + } space
|
||||
bspc node -t '~'{tiled,floating}
|
||||
super + w; d; {0-9,h}
|
||||
bspc node -d {0-9,h}
|
||||
|
||||
super + Return
|
||||
bspc node -s biggest
|
||||
super + w; s; {Left,Up,Right,Down}
|
||||
bspc node --presel-dir '~'{west,north,east,south}
|
||||
|
||||
super + {1-9,h}
|
||||
bspc desktop -f {1-9,h}
|
||||
super + w; {0-9,h}
|
||||
bspc desktop -f {0-9,h}
|
||||
|
||||
super + shift + {1-9,h}
|
||||
bspc node -d {1-9,h}
|
||||
|
||||
super + t
|
||||
super + w; space
|
||||
bspc desktop -l next
|
||||
|
||||
super + shift + t
|
||||
bspc node -t '~pseudo_tiled'
|
||||
super + w; z
|
||||
ssm lockd stop
|
||||
|
||||
super + x
|
||||
terminal
|
||||
# simple hotkeys
|
||||
Print
|
||||
snap -f
|
||||
|
||||
super + {r,u,p}
|
||||
dmenu-extras -l 9 {run,bmark,pass}
|
||||
shift + Print
|
||||
snap
|
||||
|
||||
super + z
|
||||
ssm lockd lock
|
||||
|
||||
super + shift + z
|
||||
ssm lockd toggle
|
||||
super + {r,p}
|
||||
dmenu-extras -l 9 {run,pass}
|
||||
|
||||
Print
|
||||
snap -f
|
||||
super + x
|
||||
terminal
|
||||
|
||||
super + {Left,Up,Right,Down}
|
||||
bspc node --presel-dir '~'{west,north,east,south}
|
||||
super + {j,k}
|
||||
bspc node -f {prev,next}.local
|
||||
|
||||
super + {_,shift + } c
|
||||
win-hd-center {1280x720,854x480}
|
||||
super + q
|
||||
bspc node -c
|
||||
|
||||
super + {a,s,n,p}
|
||||
# mpd
|
||||
super + m; {a,s,n,p}
|
||||
mpc {play,stop,next,prev}
|
||||
|
||||
super + bracketright
|
||||
bspc node '@/' -R 90
|
||||
# Sound
|
||||
super + {comma,period}
|
||||
amixer -c 0 set PCM 2dB{-,+}
|
||||
|
||||
super + f
|
||||
bspc rule -a \* -o state=floating
|
||||
|
||||
super + comma
|
||||
amixer -c 0 set PCM 2dB-
|
||||
|
||||
super + period
|
||||
amixer -c 0 set PCM 2dB+
|
||||
|
||||
shift + control + {1-9}
|
||||
echo {11,12,13,14,15,16,17,18,19} > /tmp/penis
|
||||
# Fucking Firefox man
|
||||
control + q
|
||||
/bin/true
|
||||
|
Reference in New Issue
Block a user