mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +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
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue