From 91a5bfa5f2fa628818fb85666566e18899e0d3c0 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 8 Dec 2024 03:45:55 +0100 Subject: [PATCH] vol up/down now also acts as extra workspace switcher --- desktopenvs/hyprland/hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) 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