summaryrefslogtreecommitdiff
path: root/x11-wm/dwm/files/53_volume-keys.diff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/dwm/files/53_volume-keys.diff')
-rw-r--r--x11-wm/dwm/files/53_volume-keys.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/dwm/files/53_volume-keys.diff b/x11-wm/dwm/files/53_volume-keys.diff
index f1f67c7..9503cd4 100644
--- a/x11-wm/dwm/files/53_volume-keys.diff
+++ b/x11-wm/dwm/files/53_volume-keys.diff
@@ -14,9 +14,9 @@ index f1dfd43..e44a912 100644
static const char *browsercmd[] = { "librewolf", NULL };
static const char *mailcmd[] = { "claws-mail", NULL };
-+static const char *vol_up[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL };
-+static const char *vol_down[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL };
-+static const char *vol_mute[] = { "pactl", "set-sink-mute", "@DEFAULT_SINK@", "toggle", NULL };
++static const char *vol_up[] = { "wpctl", "set-volume", "@DEFAULT_SINK@", "5%+", NULL };
++static const char *vol_down[] = { "wpctl", "set-volume", "@DEFAULT_SINK@", "5%-", NULL };
++static const char *vol_mute[] = { "wpctl", "set-mute", "@DEFAULT_SINK@", "toggle", NULL };
+
static const Key keys[] = {
/* modifier key function argument */