From 75624952e88223295b76fef10bf52fd775ade9a1 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 10 Dec 2024 14:24:11 +0100 Subject: [PATCH] special workspace now called through mute --- desktopenvs/hyprland/hypr/hyprland.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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