Added keybind for sound under Hyprland

This commit is contained in:
Alexandre 2026-02-07 14:24:20 +01:00
parent c2a9144b0b
commit bc348fa7f7

View File

@ -94,6 +94,8 @@ in
bindl = [ bindl = [
", XF86AudioPause, exec, playerctl play-pause" ", XF86AudioPause, exec, playerctl play-pause"
", XF86AudioPlay, 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%"
]; ];
}; };