mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
hyprland: Add special workspace notes
This commit is contained in:
parent
0a6ad857e0
commit
67d3b8ca50
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,11 +89,12 @@
|
|||
# Large outer gaps on special workspaces
|
||||
"s[true], gapsout:60"
|
||||
|
||||
"special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config"
|
||||
"special:music, on-created-empty:spotify"
|
||||
"special:chat, on-created-empty:discord"
|
||||
"special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config"
|
||||
"special:monitor, on-created-empty:kitty btop"
|
||||
"special:files, on-created-empty:nemo"
|
||||
"special:notes, on-created-empty:obsidian"
|
||||
];
|
||||
|
||||
exec-once = [ "[workspace special:monitor silent] kitty btop" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue