dot/sxhkd/sxhkdrc

58 lines
810 B
Plaintext
Raw Normal View History

2021-05-10 00:04:25 +00:00
# rndusr's sxhkdrc
# program launching + sxhkd reload
super + Return
st
2021-05-10 22:28:05 +00:00
super + {_,shift + } b
{xclip -selection primary -o | xargs vimb,vimb}
2021-05-12 03:09:38 +00:00
super + m
xclip -selection primary -o | xargs mpv
2021-05-10 00:04:25 +00:00
super + d
dmenu_run
super + r
pkill -USR1 -x sxhkd
bspc wm -r
super + w
wal
2021-05-10 00:04:25 +00:00
2021-05-12 17:47:00 +00:00
super + {_,shift + }n
nws {local,national}
2021-05-12 12:22:20 +00:00
{XF86Display,super + d}
2021-05-12 03:09:38 +00:00
disp
XF86Battery
indicate
XF86ScreenSaver
slock
2021-05-12 12:22:20 +00:00
XF86AudioMute
amixer sset Master 0%
2021-05-12 03:09:38 +00:00
{_,shift + }{XF86AudioRaiseVolume,XF86AudioLowerVolume}
amixer sset Master {5,1}%{+,-}
2021-05-10 00:04:25 +00:00
# bspwm
super + q
bspc node -c
super + e
bspc quit 0
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
super + {_,shift + } {1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'
super + {t,f,s}
bspc node -t {tiled,floating,fullscreen}