Description
Sway allows workspaces to be "stolen" by another monitor when focused. Current implementation doesn't handle this atomic update correctly - both monitors need to be updated simultaneously.
Current Status
- Basic Sway support working
- Workspace context abstraction implemented
- Single monitor updates work
- Stealing events not handled properly
Tasks
Implementation Notes
- Need to track previous workspace locations
- May need to batch IPC events for atomic updates
- Consider animation synchronization between monitors
References
- memory/compositor-workspace-analysis.md
- Sway IPC documentation
Description
Sway allows workspaces to be "stolen" by another monitor when focused. Current implementation doesn't handle this atomic update correctly - both monitors need to be updated simultaneously.
Current Status
Tasks
Implementation Notes
References