special workspace now called through mute

main
The_miro 2024-12-10 14:24:11 +01:00
parent 8446f7406e
commit 75624952e8
1 changed files with 5 additions and 1 deletions

View File

@ -101,7 +101,7 @@ env = HYPRCURSOR_SIZE,40
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
general { general {
gaps_in = 3 gaps_in = 3
gaps_out = 3 gaps_out = 6
border_size = 4 border_size = 4
@ -250,6 +250,10 @@ binde = $mainMod, XF86AudioRaiseVolume, workspace, m+1
bind = $mainMod SHIFT, XF86AudioLowerVolume, movetoworkspace, m-1 bind = $mainMod SHIFT, XF86AudioLowerVolume, movetoworkspace, m-1
bind = $mainMod SHIFT, XF86AudioRaiseVolume, 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, left, workspace, m-1
bind = $mainMod CTRL, right, workspace, m+1 bind = $mainMod CTRL, right, workspace, m+1