dot/sxhkd/sxhkdrc

59 lines
880 B
Plaintext

# rndusr's sxhkdrc
# program launching + sxhkd reload
super + Return
st
super + {_,shift + } b
{xclip -selection primary -o | xargs vimb,vimb}
super + p
pashmenu
super + m
xclip -selection primary -o | xargs mpv
super + d
dmenu_run
super + r
pkill -USR1 -x sxhkd; \
bspc wm -r
super + w
wallpaper
super + {_,shift + }n
nws {local,national}
{XF86Display,super + o}
disp
{XF86ScreenSaver,super + shift + l}
slock
XF86AudioMute
amixer sset Master 0%
{_,shift + }{XF86AudioRaiseVolume,XF86AudioLowerVolume}
amixer sset Master {5,1}%{+,-}
# 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 simplestatus,_}
super + {t,f,s}
bspc node -t {tiled,floating,fullscreen}