diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:22:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:22:09 -0500 |
commit | 555e28438de818b80a7f4871cfb17c4ae8051617 (patch) | |
tree | eb72d88cca389ed0d3dfbc0368378ea1dcfb84d7 | |
parent | a3c4b27476aa358d5158731823065ddfa2ea8101 (diff) |
Fix backlight bindings
-rw-r--r-- | hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index dc30019..c2e4185 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -485,9 +485,9 @@ 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, bl -x -i +bindel = , XF86MonBrightnessDown, exec, bl -x -d +bindl = $mainMod, XF86MonBrightnessUp, exec, bl -x -I 1 +bindl = $mainMod, XF86MonBrightnessDown, exec, bl -x -D 1 bind = , Print, exec, scrshot #}}} |