We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e8f72 commit bb9eb90Copy full SHA for bb9eb90
data/system_actions.ron
@@ -34,9 +34,9 @@
34
/// Opens the system default terminal
35
Terminal: "cosmic-term",
36
/// Lowers the volume of the active output device
37
- VolumeLower: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.5",
+ VolumeLower: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.5",
38
/// Raises the volume of the active output device
39
- VolumeRaise: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.5",
+ VolumeRaise: "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -l 1.5",
40
/// Opens the system default web browser
41
WebBrowser: "xdg-open http://",
42
/// Opens the (alt+tab) window switcher
0 commit comments