From 59302f2c0a723948fcbe9f3e28abe5efdf2c5804 Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Thu, 7 Nov 2024 00:19:40 +0100 Subject: [PATCH] fix(hyprland): fix keybinds for raise and lower volume --- hypr/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/keybinds.conf b/hypr/keybinds.conf index c2bda4d..d19e9a7 100755 --- a/hypr/keybinds.conf +++ b/hypr/keybinds.conf @@ -21,8 +21,8 @@ bind = $mainMod, E, fullscreen, 1 bind = $mainMod SHIFT, E, fullscreen, 0 # bind = $mainMod CTRL, E, fakefullscreen, bind = $mainMod SHIFT, PERIOD, pin, -binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -1 1.4 @DEFAULT_AUDIO_SINK@ 5%+ -binde = , XF86AudioLowerVolume, exec, wpctl set-volume -1 1.4 @DEFAULT_AUDIO_SINK@ 5%- +binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ +binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle binde = , XF86MonBrightnessUp, exec, brightnessctl set '12.75+' binde = , XF86MonBrightnessDown, exec, brightnessctl set '12.75-'