add features to sxhkdrc
This commit is contained in:
parent
2152272c43
commit
d12e3aef99
|
@ -8,6 +8,9 @@ super + Return
|
||||||
super + {_,shift + } b
|
super + {_,shift + } b
|
||||||
{xclip -selection primary -o | xargs vimb,vimb}
|
{xclip -selection primary -o | xargs vimb,vimb}
|
||||||
|
|
||||||
|
super + m
|
||||||
|
xclip -selection primary -o | xargs mpv
|
||||||
|
|
||||||
super + d
|
super + d
|
||||||
dmenu_run
|
dmenu_run
|
||||||
|
|
||||||
|
@ -18,6 +21,18 @@ super + r
|
||||||
super + w
|
super + w
|
||||||
wall
|
wall
|
||||||
|
|
||||||
|
XF86Display
|
||||||
|
disp
|
||||||
|
|
||||||
|
XF86Battery
|
||||||
|
indicate
|
||||||
|
|
||||||
|
XF86ScreenSaver
|
||||||
|
slock
|
||||||
|
|
||||||
|
{_,shift + }{XF86AudioRaiseVolume,XF86AudioLowerVolume}
|
||||||
|
amixer sset Master {5,1}%{+,-}
|
||||||
|
|
||||||
# bspwm
|
# bspwm
|
||||||
|
|
||||||
super + q
|
super + q
|
||||||
|
|
Loading…
Reference in New Issue