From 7c7ee116a2fd774c0f55ba4729db8a5185882b40 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 1 May 2025 23:54:09 +0200 Subject: [PATCH] Smoother brightness --- hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1d209e9..accf302 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -290,8 +290,8 @@ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle -bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ -bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- +bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 2%+ +bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 2%- # Requires playerctl bindl = , XF86AudioNext, exec, playerctl next