dot/sxhkd/sxhkdrc

84 lines
1.1 KiB
Plaintext

# rndusr's sxhkdrc
# program launching + sxhkd reload
super + Return
st
super + m
xclip -selection primary -o | xargs mpv
super + d
tmenu_run
super + z
pash-dmenu
super + r
pkill -USR1 -x sxhkd; \
bspc wm -r
super + w
wallpaper
super + {_,shift + }n
nws {local,national}
super + ctrl + n
net
super + ctrl + h
st -e htop
{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 + {_,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
# bspwm
super + q
bspc node -c
super + e
bspc quit 0
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}