hyprland: Add special workspace notes

This commit is contained in:
SebastianStork 2026-03-03 23:29:52 +01:00
parent 0a6ad857e0
commit 67d3b8ca50
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 4 additions and 2 deletions

View file

@ -93,11 +93,12 @@
bind = CONTROL, Print, exec, grimblast --notify --freeze copysave active bind = CONTROL, Print, exec, grimblast --notify --freeze copysave active
# Special workspaces # Special workspaces
bind = SUPER, Q, togglespecialworkspace, flake
bind = SUPER, S, togglespecialworkspace, music bind = SUPER, S, togglespecialworkspace, music
bind = SUPER, D, togglespecialworkspace, chat bind = SUPER, D, togglespecialworkspace, chat
bind = SUPER, Q, togglespecialworkspace, flake
bind = SUPER, M, togglespecialworkspace, monitor bind = SUPER, M, togglespecialworkspace, monitor
bind = SUPER, F, togglespecialworkspace, files bind = SUPER, F, togglespecialworkspace, files
bind = SUPER, N, togglespecialworkspace, notes
''; '';
}; };
} }

View file

@ -89,11 +89,12 @@
# Large outer gaps on special workspaces # Large outer gaps on special workspaces
"s[true], gapsout:60" "s[true], gapsout:60"
"special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config"
"special:music, on-created-empty:spotify" "special:music, on-created-empty:spotify"
"special:chat, on-created-empty:discord" "special:chat, on-created-empty:discord"
"special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config"
"special:monitor, on-created-empty:kitty btop" "special:monitor, on-created-empty:kitty btop"
"special:files, on-created-empty:nemo" "special:files, on-created-empty:nemo"
"special:notes, on-created-empty:obsidian"
]; ];
exec-once = [ "[workspace special:monitor silent] kitty btop" ]; exec-once = [ "[workspace special:monitor silent] kitty btop" ];