From 3426350426d81db41447ac328068cd1ad17ad559 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 22 Nov 2024 13:53:17 +0100 Subject: [PATCH] fixup! Better screen brightness management --- 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 d2e4db7..b30ada6 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -248,8 +248,8 @@ in ]; bindel = [ - ", XF86MonBrightnessUp, exec, brillo -O -A 10" - ", XF86MonBrightnessDown, exec, brillo -O -U 10" + ", XF86MonBrightnessUp, exec, brillo -A 10; brillo -O" + ", XF86MonBrightnessDown, exec, brillo -U 10; brillo -O" ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+" ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-" ];