From 3e2a6e7f0af7cd70f16ef9b91fc0654ee3647478 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 31 Mar 2025 16:44:38 +0200 Subject: [PATCH] Hyprland: set audio limit --- modules/hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 89abd25..0853465 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -291,8 +291,8 @@ in bindel = [ ", XF86MonBrightnessUp, exec, brightnessctl -q s 10%+" ", XF86MonBrightnessDown, exec, brightnessctl -q s 10%-" - ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+" - ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-" + ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ -l 1" + ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- -l 1" ]; bindl = [