dot/sxhkd/sxhkdrc

102 lines
1.3 KiB
Plaintext

# rndusr's sxhkdrc
# program launching + sxhkd reload
super + Return
st
super + d
tmenu_run
super + z
pash-dmenu
super + r
pkill -USR1 -x sxhkd; \
bspc wm -r
super + ctrl + shift + b
brightness
super + w
wallpaper
super + {_,shift + }n
nws {local,national}
super + ctrl + n
net
super + ctrl + t
st -e htop
super + m
lobster
{XF86Display,super + }
disp
{XF86ScreenSaver,super + shift + z}
slock
XF86AudioMute
amixer sset Master 0%
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
vol {inc,dec}
super + b
fire
super + shift + b
fire -P
super + ctrl + b
chromium
super + {_,shift + }v
vol {inc,dec}
# mouse movement
super + u
xdotool mousemove_relative -- -10 0
super + i
xdotool mousemove_relative -- 0 10
super + o
xdotool mousemove_relative -- 0 -10
super + p
xdotool mousemove_relative -- 10 0
super + shift + u
xdotool click 1
super + shift + p
xdotool click 2
# bspwm
super + q
bspc node -c
super + e
bspc quit 0
super + shift + e
systemctl suspend
super + {_,ctrl +,shift + }{h,j,k,l}
bspc node -{f,p,s} {west,south,north,east}
super + {_,shift + } {1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'; \
{killall -10 status,_}
super + {t,f,s}
bspc node -t {tiled,floating,fullscreen}
super + shift + t
bspwm-toggle-gaps