Added Audio controll to Niri
This commit is contained in:
parent
e37cc14fba
commit
d53a73d94c
@ -29,6 +29,10 @@
|
||||
"Mod+Return".spawn-sh = lib.getExe pkgs.kitty;
|
||||
"Mod+R".spawn = [ "wofi" "--show" "drun"];
|
||||
"Mod+Q".close-window = {};
|
||||
|
||||
# Audio
|
||||
"XF86AudioRaiseVolume".spawn-sh = "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%+";
|
||||
"XF86AudioLowerVolume".spawn-sh = "wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 5%-";
|
||||
};
|
||||
|
||||
xwayland-satellite.path = lib.getExe pkgs.xwayland-satellite;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user