From 23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 28 Apr 2026 07:52:28 -0400 Subject: hypridle, keyboard brightness --- .config/hypr/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1877cdc..7975c44 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -88,7 +88,7 @@ general { col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps - resize_on_border = false + resize_on_border = true # Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on allow_tearing = false @@ -280,6 +280,9 @@ bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+ bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%- +bindel = SHIFT,XF86MonBrightnessUp, exec, brightnessctl -d kbd_backlight -e4 -n2 set 5%+ +bindel = SHIFT,XF86MonBrightnessDown, exec, brightnessctl -d kbd_backlight -e4 -n2 set 5%- + # Requires playerctl bindl = , XF86AudioNext, exec, playerctl next -- cgit 1.4.1