From 8c37747569e67a9c3cfd2108371da603a9de001f Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 19 Nov 2022 14:03:47 -0600 Subject: [PATCH] fix brightness issue --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 98f620b..3e72a9f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -130,7 +130,7 @@ bind = ,XF86AudioLowerVolume,exec, vol.sh -d 0.02 bind = ,XF86AudioRaiseVolume,exec, vol.sh -i 0.02 bind = ,XF86AudioMute,exec, vol.sh --toggle-mute bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%- -bind = ,XF86MonBrightnessUp, exec, brightnessctl set 5%- +bind = ,XF86MonBrightnessUp, exec, brightnessctl set 5%+ bind = $mainMod SHIFT, S, exec, ss.sh -s # Move focus with mainMod + arrow keys