feat: allow naming pinned workspaces

This commit is contained in:
Robin Nehls 2026-05-30 19:14:13 +02:00 committed by Victoria Brekenfeld
parent 8f5f7c897d
commit db0b1afeb5
3 changed files with 19 additions and 3 deletions

View file

@ -63,5 +63,5 @@ pub struct PinnedWorkspace {
pub output: OutputMatch,
pub tiling_enabled: bool,
pub id: Option<String>,
// TODO: name
pub name: Option<String>,
}