summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skel-lxde/.config/openbox/lxde-rc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/skel-lxde/.config/openbox/lxde-rc.xml b/skel-lxde/.config/openbox/lxde-rc.xml
index 55659fb..6747a8c 100644
--- a/skel-lxde/.config/openbox/lxde-rc.xml
+++ b/skel-lxde/.config/openbox/lxde-rc.xml
@@ -303,7 +303,7 @@
<enabled>true</enabled>
<name>volumedown</name>
</startupnotify>
- <command>amixer -c 0 set Master 5%- unmute</command>
+ <command>pactl set-sink-volume @DEFAULT_SINK@ -5%</command>
</action>
</keybind>
@@ -313,7 +313,7 @@
<enabled>true</enabled>
<name>volumeup</name>
</startupnotify>
- <command>amixer -c 0 set Master 5%+ unmute</command>
+ <command>pactl set-sink-volume @DEFAULT_SINK@ +5%</command>
</action>
</keybind>
@@ -323,7 +323,7 @@
<enabled>true</enabled>
<name>volumedown</name>
</startupnotify>
- <command>amixer -c 0 set Master toggle</command>
+ <command>pactl set-sink-mute @DEFAULT_SINK@ toggle</command>
</action>
</keybind>
</keyboard>