diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index ff934ae..a661ac0 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -227,6 +227,7 @@ bind = $mainMod, L, exec, hyprctl dispatch exit 1 bind = $mainMod, A, exec, eww reload bind = $mainMod, N, exec, nextcloud bind = $mainMod, I, exec, kitty nmtui +bind = $mainMod, S, exec, kitty pulsemixer # Move focus with mainMod + arrow keys @@ -267,6 +268,9 @@ bind = $mainMod SHIFT, SPACE, movetoworkspace, special:magic bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 +binde = $mainMod, XF86AudioLowerVolume, workspace, e+1 +binde = $mainMod, XF86AudioRaiseVolume, workspace, e-1 + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow