feat(niri): Lower volume increment
This commit is contained in:
@@ -323,9 +323,9 @@ in {
|
||||
"Mod+Ctrl+R".action.reset-window-height = [];
|
||||
|
||||
"XF86AudioRaiseVolume".action.spawn =
|
||||
["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"];
|
||||
["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.05+"];
|
||||
"XF86AudioLowerVolume".action.spawn =
|
||||
["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"];
|
||||
["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.05-"];
|
||||
};
|
||||
|
||||
layer-rules = [
|
||||
|
||||
Reference in New Issue
Block a user