dot_testing/sxhkd/sxhkdrc

59 lines
874 B
Plaintext
Raw Normal View History

2021-05-09 19:04:25 -05:00
# rndusr's sxhkdrc
# program launching + sxhkd reload
super + Return
st
2021-05-10 17:28:05 -05:00
super + {_,shift + } b
{xclip -selection primary -o | xargs vimb,vimb}
super + p
pashmenu
2021-05-11 22:09:38 -05:00
super + m
xclip -selection primary -o | xargs mpv
2021-05-09 19:04:25 -05:00
super + d
dmenu_run
super + r
2022-01-07 02:38:39 -06:00
pkill -USR1 -x sxhkd; \
2021-05-09 19:04:25 -05:00
bspc wm -r
super + w
wal
2021-05-09 19:04:25 -05:00
2021-05-12 12:47:00 -05:00
super + {_,shift + }n
nws {local,national}
{XF86Display,super + o}
2021-05-11 22:09:38 -05:00
disp
2021-07-16 16:46:44 -05:00
{XF86ScreenSaver,super + shift + l}
2021-05-11 22:09:38 -05:00
slock
2021-05-12 07:22:20 -05:00
XF86AudioMute
amixer sset Master 0%
2021-05-11 22:09:38 -05:00
{_,shift + }{XF86AudioRaiseVolume,XF86AudioLowerVolume}
amixer sset Master {5,1}%{+,-}
2021-05-09 19:04:25 -05:00
# 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}
2021-05-09 19:04:25 -05:00
super + {_,shift + } {1-9,0}
2022-01-07 02:38:39 -06:00
bspc {desktop -f,node -d} '^{1-9,10}'; \
{killall -10 simplestatus,_}
2021-05-09 19:04:25 -05:00
super + {t,f,s}
bspc node -t {tiled,floating,fullscreen}