summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-11-01 12:24:22 -0500
committerluxagraf <sng@luxagraf.net>2024-11-01 12:24:22 -0500
commit37c8156c24bccb1d7d6ed6f5699880d9ad60fc34 (patch)
tree17e5e9f573241a1a1e0f16fca6ab343ea8bfa923
parentc060e69aaacbc0ee9da330e8728126106daae171 (diff)
fixed volume to use pulseaudio-ctl since the other was not workingHEADmaster
-rw-r--r--.config/openbox/rc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index 3e791b2..0a63df9 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -304,12 +304,12 @@
</keybind>
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
- <command>pactl set-sink-volume 0 +10%</command>
+ <command>/usr/bin/pulseaudio-ctl up</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
- <command>pactl set-sink-volume 0 -10%</command>
+ <command>/usr/bin/pulseaudio-ctl down</command>
</action>
</keybind>
<keybind key="F12">
@@ -324,7 +324,7 @@
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute">
- <command>pactl set-sink-mute 0 toggle</command>
+ <command>/usr/bin/pulseaudio-ctl mute</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessDown">