diff --git a/hyprland.conf b/hyprland.conf index 53fd56d..c0b300c 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -153,11 +153,11 @@ $brightness_up = brightnessctl -c backlight set +5% $brightness_down = brightnessctl -c backlight set 5%- # Utility Keys -bind = , XF86AudioLowerVolume, exec, $volume_down -bind = , XF86AudioRaiseVolume, exec, $volume_up bind = , XF86AudioMute, exec, $volume_mute -bind = , XF86MonBrightnessUp, exec, $brightness_up -bind = , XF86MonBrightnessDown, exec, $brightness_down +binde = , XF86AudioLowerVolume, exec, $volume_down +binde = , XF86AudioRaiseVolume, exec, $volume_up +binde = , XF86MonBrightnessUp, exec, $brightness_up +binde = , XF86MonBrightnessDown, exec, $brightness_down bind = , Print, exec, /usr/share/sway/scripts/grimshot --notify save output bind = Shift, Print, exec, ~/.config/sway/scripts/screenshot.sh