From d098ae3b97691eee5f4d4e1d3db5007afe342076 Mon Sep 17 00:00:00 2001 From: kento2 Date: Thu, 2 Apr 2026 18:07:51 +0200 Subject: [PATCH] . --- files/.config/sxhkd/sxhkdrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/.config/sxhkd/sxhkdrc diff --git a/files/.config/sxhkd/sxhkdrc b/files/.config/sxhkd/sxhkdrc new file mode 100644 index 0000000..78a5595 --- /dev/null +++ b/files/.config/sxhkd/sxhkdrc @@ -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