diff options
author | zachir <zachir@librem.one> | 2025-07-30 06:58:27 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 06:58:27 -0500 |
commit | ec8fbeeeb5fb71e9fc40ed087f4840c760d77455 (patch) | |
tree | 3bf7ed1b8d588db55b07e741eda2622fee7c3fa2 | |
parent | 8923fd9a7abe57cbce5d696a6e7475a706b88d0f (diff) |
Make M+MonBrightness bindl not bindel
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index ece09e1..52a0711 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -485,7 +485,7 @@ bind = , XF86AudioMute, exec, volsv -t bind = , XF86AudioMicMute, exec, volsv -m bindel = , XF86MonBrightnessUp, exec, bl -i bindel = , XF86MonBrightnessDown, exec, bl -d -bindel = $mainMod, XF86MonBrightnessUp, exec, bl -I 1 -bindel = $mainMod, XF86MonBrightnessDown, exec, bl -D 1 +bindl = $mainMod, XF86MonBrightnessUp, exec, bl -I 1 +bindl = $mainMod, XF86MonBrightnessDown, exec, bl -D 1 bind = , Print, exec, scrshot #}}} |