diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-11-30 10:31:37 +0100 |
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-12-16 04:48:51 +0100 |
| commit | 2293d726c4409fc73cb74044b9801d0c90ba68ce (patch) | |
| tree | 3441dfbdd4a95e21aec51afe22757d821cc27057 /skel-lxde/.config/openbox | |
| parent | 2f4ba3b1a7d1e93db15303f75c0e297976eb3318 (diff) | |
| download | etcskel-kanotix-2293d726c4409fc73cb74044b9801d0c90ba68ce.zip etcskel-kanotix-2293d726c4409fc73cb74044b9801d0c90ba68ce.tar.gz | |
openbox replace amixer with pactl
skip amixer
Diffstat (limited to 'skel-lxde/.config/openbox')
| -rw-r--r-- | skel-lxde/.config/openbox/lxde-rc.xml | 6 |
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> |
