fix niri mute command
This commit is contained in:
parent
c6b9e6b09c
commit
6e7c7f9827
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
|||
"Mod+P".action.spawn = [ "Enpass" ];
|
||||
"Mod+F".action.fullscreen-window = { };
|
||||
|
||||
"XF86AudioMute".action.spawn = [ "wpctl" "set-mute" "DEFAULT_AUDIO_SINK@" "toggle" ];
|
||||
"XF86AudioMute".action.spawn = [ "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle" ];
|
||||
"XF86AudioLowerVolume".action.spawn = [ "sh" "-c" "${SCRIPTS}/volume.sh -5" ];
|
||||
"XF86AudioRaiseVolume".action.spawn = [ "sh" "-c" "${SCRIPTS}/volume.sh 5" ];
|
||||
"XF86AudioPrev".action.spawn = [ "playerctl" "previous" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue