dots/files/.config/sxhkd/sxhkdrc
2026-04-02 18:07:51 +02:00

27 lines
402 B
Text

# 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