From f5414a9b08d81d6f8957ac747718e714336aa10e Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Fri, 23 Feb 2024 23:31:20 +0100 Subject: [PATCH] made vol and bright repeating --- hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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