From e3fcd4d7f1fed738125595d42754d7f7a039aca2 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sat, 26 Jul 2025 12:25:38 -0400 Subject: updates. --- sxhkd/sxhkdrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sxhkd') diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 870db32..bf0f909 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -38,4 +38,13 @@ XF86MonBrightnessUp brightnessctl set 5%+ XF86MonBrightnessDown - brightnessctl set 5%- \ No newline at end of file + brightnessctl set 5%- + +XF86AudioRaiseVolume + wpctl set-volume @DEFAULT_SINK@ 2%+ + +XF86AudioLowerVolume + wpctl set-volume @DEFAULT_SINK@ 2%- + +XF86AudioMute + wpctl set-mute @DEFAULT_SINK@ toggle -- cgit v1.2.3