From 76bc8b415101b3d0d44a2998052bff632a17e493 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Wed, 1 Jan 2025 15:47:15 +0500 Subject: [PATCH] hyprland: binds: add brightness controls --- dot-config/hypr/binds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot-config/hypr/binds.conf b/dot-config/hypr/binds.conf index 5f6ed3e..c4e467b 100644 --- a/dot-config/hypr/binds.conf +++ b/dot-config/hypr/binds.conf @@ -25,6 +25,8 @@ bind = , XF86AudioPrev, exec, $pctl previous bind = , XF86AudioMute, exec, pamixer -t bind = , XF86AudioRaiseVolume, exec, pamixer -i 2 bind = , XF86AudioLowerVolume, exec, pamixer -d 2 +bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+ +bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%- bind = SUPER, left, movefocus, l bind = SUPER, right, movefocus, r