From 9161efab6698c75090b979b56fc0d0ccadac0260 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Wed, 25 Mar 2026 03:24:31 +0100 Subject: [PATCH] added a keybind for small brightness changes --- dot_config/hypr/hyprland.d/70-keybinds.conf.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/hypr/hyprland.d/70-keybinds.conf.tmpl b/dot_config/hypr/hyprland.d/70-keybinds.conf.tmpl index 8b909e9..9dfa6b0 100644 --- a/dot_config/hypr/hyprland.d/70-keybinds.conf.tmpl +++ b/dot_config/hypr/hyprland.d/70-keybinds.conf.tmpl @@ -223,6 +223,8 @@ bindm = $mainMod, mouse:273, resizewindow # Brightness controls bindel = , XF86MonBrightnessUp, exec, brightnessctl set +5% bindel = , XF86MonBrightnessDown, exec, brightnessctl set 5%- +bindel = Shift, XF86MonBrightnessUp, exec, brightnessctl set +1% +bindel = Shift, XF86MonBrightnessDown, exec, brightnessctl set 1%- {{ end }} # Output volume control