Skip to content

Commit bb9eb90

Browse files
peterkrullmmstick
authored andcommitted
fix: Invert volume actions to be correct
1 parent c5e8f72 commit bb9eb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/system_actions.ron

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
/// Opens the system default terminal
3535
Terminal: "cosmic-term",
3636
/// Lowers the volume of the active output device
37-
VolumeLower: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.5",
37+
VolumeLower: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.5",
3838
/// Raises the volume of the active output device
39-
VolumeRaise: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.5",
39+
VolumeRaise: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.5",
4040
/// Opens the system default web browser
4141
WebBrowser: "xdg-open http://",
4242
/// Opens the (alt+tab) window switcher

0 commit comments

Comments
 (0)