diff --git a/config/hypr/shell/bindings.conf b/config/hypr/shell/bindings.conf index afae94c..afd3863 100644 --- a/config/hypr/shell/bindings.conf +++ b/config/hypr/shell/bindings.conf @@ -32,8 +32,8 @@ bind = , XF86AudioPrev, exec, colorshell media previous || playerctl previous # bind = , XF86AudioNext, exec, colorshell media next || playerctl next # Next media bind = , XF86AudioPlay, exec, colorshell media play-pause || playerctl play-pause # Toggle Play/Pause media -bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lower monitor brightness -bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% # Increase monitor brightness +bind = , XF86MonBrightnessDown, exec, brightnessctl -c backlight s 5%- # Lower monitor brightness +bind = , XF86MonBrightnessUp, exec, brightnessctl -c backlight s +5% # Increase monitor brightness # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l