From 0db1c22fb6950c7258e9798534bad429d5dd4b53 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Fri, 6 Mar 2026 18:12:23 +0100 Subject: [PATCH] hyprconfig: volume keys --- hypr/.config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index f007f36..c52bfa1 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -318,6 +318,9 @@ bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 +binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ +bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- + # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2