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
# Special workspaces
bind = SUPER, Q, togglespecialworkspace, flake
bind = SUPER, S, togglespecialworkspace, music
bind = SUPER, D, togglespecialworkspace, chat
bind = SUPER, Q, togglespecialworkspace, flake
bind = SUPER, M, togglespecialworkspace, monitor
bind = SUPER, F, togglespecialworkspace, files
bind = SUPER, N, togglespecialworkspace, notes
'';
};
}