diff --git a/hypr-configs/hyprland/hypr/configs/keybinds.conf b/hypr-configs/hyprland/hypr/configs/keybinds.conf index 812a89b..91877e0 100644 --- a/hypr-configs/hyprland/hypr/configs/keybinds.conf +++ b/hypr-configs/hyprland/hypr/configs/keybinds.conf @@ -54,8 +54,8 @@ bindl=, XF86AudioMedia, exec, playerctl play-pause bindl=, XF86AudioStop, exec, playerctl stop # Display brightness -binde=, XF86MonBrightnessUp, exec, lightctl up -binde=, XF86MonBrightnessDown, exec, lightctl down +binde=, XF86MonBrightnessUp, exec, brightnessctl set 10%+ +binde=, XF86MonBrightnessDown, exec, brightnessctl set 10%- # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -83,7 +83,6 @@ bind = CTRL ALT, left, workspace, -2 bind = ALT SHIFT, right, movetoworkspace, +1 bind = ALT SHIFT, left, movetoworkspace, -1 - # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2