diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-28 07:52:28 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-28 07:52:28 -0400 |
| commit | 23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f (patch) | |
| tree | 6573a7e05a8e4093ef24777f164ec1655f357bcb /.config/hypr/hyprland.conf | |
| parent | 237da97819be61b4db6df2fe8e393fa3382f7991 (diff) | |
| download | dotfiles-23c2be1ad5e5fb5dfb58f6d4f39d59929caa327f.tar.gz | |
hypridle, keyboard brightness
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
