diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 4fc72d9..d2a7452 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -101,7 +101,7 @@ env = HYPRCURSOR_SIZE,40 # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 3 - gaps_out = 3 + gaps_out = 6 border_size = 4 @@ -250,6 +250,10 @@ binde = $mainMod, XF86AudioRaiseVolume, workspace, m+1 bind = $mainMod SHIFT, XF86AudioLowerVolume, movetoworkspace, m-1 bind = $mainMod SHIFT, XF86AudioRaiseVolume, movetoworkspace, m+1 +binde = $mainMod, XF86AudioMute, togglespecialworkspace, magic +binde = $mainMod SHIFT, XF86AudioMute, movetoworkspace, special:magic + + bind = $mainMod CTRL, left, workspace, m-1 bind = $mainMod CTRL, right, workspace, m+1