mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added keybind for sound under Hyprland
This commit is contained in:
parent
c2a9144b0b
commit
bc348fa7f7
@ -94,6 +94,8 @@ in
|
||||
bindl = [
|
||||
", XF86AudioPause, exec, playerctl play-pause"
|
||||
", XF86AudioPlay, exec, playerctl play-pause"
|
||||
", XF86AudioRaiseVolume, exec, wpctl set-sink volume @DEFAULT_SINK@ +5%"
|
||||
", XF86AudioLowerVolume, exec, wpctl set-sink volume @DEFAULT_SINK@ -5%"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user