diff options
author | zachir <zachir@librem.one> | 2025-07-30 06:56:43 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 06:56:43 -0500 |
commit | bc198feaeab19fb95653345c559d6d1cafa0842a (patch) | |
tree | f1ebeca5d59c42245d9ca7e57faa36654fa14ba1 | |
parent | 96e30fbe6d97242feacfd6f160396f01ec87a9f4 (diff) |
Use bl for brightness
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3d7a2c0..ece09e1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -483,7 +483,9 @@ bind = , XF86AudioNext, exec, playerctl next bind = , XF86AudioMute, exec, volsv -t #bindl = , XF86AudioMicMute, exec, volsv -m bind = , XF86AudioMicMute, exec, volsv -m -bindel = , XF86MonBrightnessUp, exec, hypr-brightness + -bindel = , XF86MonBrightnessDown, exec, hypr-brightness - +bindel = , XF86MonBrightnessUp, exec, bl -i +bindel = , XF86MonBrightnessDown, exec, bl -d +bindel = $mainMod, XF86MonBrightnessUp, exec, bl -I 1 +bindel = $mainMod, XF86MonBrightnessDown, exec, bl -D 1 bind = , Print, exec, scrshot #}}} |