summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-05 13:44:03 -0500
committerzachir <zachir@librem.one>2024-06-05 13:44:03 -0500
commitdb516c6c949788b2be2a22aec4d07dff8138dd97 (patch)
treef91561c05afd9703e76d770e38de0bf2d42714a3 /hypr
parentcc58773d906978509a5e7bf3615c7030fc960cfb (diff)
cas: use hypr-brightness instead of bl
This might get moved upstream if it also works on cla.
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprland.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 482cc31..946ea05 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -451,9 +451,7 @@ bind = , XF86AudioNext, exec, playerctl next
bind = , XF86AudioMute, exec, volsv -t
#bindl = , XF86AudioMicMute, exec, volsv -m
bind = , XF86AudioMicMute, exec, volsv -m
-bindel = , XF86MonBrightnessUp, exec, bl -i
-bindel = , XF86MonBrightnessDown, exec, bl -d
-bindl = $mainMod, XF86MonBrightnessUp, exec, bl -I 1
-bindl = $mainMod, XF86MonBrightnessDown, exec, bl -D 1
+bindel = , XF86MonBrightnessUp, exec, hypr-brightness +
+bindel = , XF86MonBrightnessDown, exec, hypr-brightness -
bind = , Print, exec, scrshot
#}}}