.
This commit is contained in:
parent
a9a70e2c58
commit
d098ae3b97
1 changed files with 27 additions and 0 deletions
27
files/.config/sxhkd/sxhkdrc
Normal file
27
files/.config/sxhkd/sxhkdrc
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
# launcher
|
||||||
|
super + d
|
||||||
|
dmenu_run
|
||||||
|
|
||||||
|
# terminal
|
||||||
|
super + shift + Return
|
||||||
|
lxterminal
|
||||||
|
|
||||||
|
# screenshot and selection capture
|
||||||
|
super + s
|
||||||
|
screenshot
|
||||||
|
|
||||||
|
# reload sxhkd
|
||||||
|
super + shift + x
|
||||||
|
pkill -USR1 -x sxhkd
|
||||||
|
|
||||||
|
# volume keys
|
||||||
|
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
|
||||||
|
vol {+,-}
|
||||||
|
{XF86AudioMute,XF86AudioMicMute}
|
||||||
|
vol {.,!}
|
||||||
|
|
||||||
|
# media keys
|
||||||
|
super + {y,less,greater}
|
||||||
|
playerctl {play-pause,previous,next}
|
||||||
|
|
||||||
|
# vim:ft=sxhkdrc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue