From 68c375abdcce7fdf37dc82fba9949dfaf9903035 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Thu, 3 Nov 2022 15:01:32 +0100 Subject: [PATCH] [sxhkd] feat: use XF86 keys by default for volume --- .config/sxhkd/sxhkdrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 7aa4bed..6082152 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -2,9 +2,10 @@ # System stuff -super + F1 +XF86AudioMute pulsemixer --toggle-mute; audio-notify -super + {F2, F3} + +{XF86AudioLowerVolume, XF86AudioRaiseVolume} pulsemixer --change-volume {-5, +5}; audio-notify super + {F5, F6}