Declarative window rules for moving to defined virtual desktop #343
-
plasma-manager has possibility to declaratively set desktop names and window rules but to move the window to a specific desktop ones needs a desktop id. At this point I hardcode those ids. Is there any better solution for this than hardcoded values? P.S. If I don't hardcode the ids in config they are changed with every login since I presume I use override option |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Maybe we could implement generating those desktop ids via |
Beta Was this translation helpful? Give feedback.
-
This was fixed in #408. Now you can reference any desktop with the following pattern: |
Beta Was this translation helpful? Give feedback.
This was fixed in #408. Now you can reference any desktop with the following pattern:
Desktop_${desktop_number}