You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to achieve workspace-dependent window placement, similar to how window_rules work when an application first opens.
Desired Behavior
When switching to a specific workspace, windows should automatically rearrange themselves in a predefined order.
This should happen dynamically—not only when windows are first opened but also when switching workspaces.
Example Scenario
Workspace: "Browsing Mode"
The browser should be the main focus and the only window on the main screen.
Any secondary windows (e.g., chat, terminals) should be hidden or minimized.
Workspace: "Multitasking Mode"
The browser should move to the secondary display.
Other applications (e.g., terminal, chat apps) should be arranged across the main screen.
Feature Request: workspace_rules
To achieve this, I propose a new feature called workspace_rules, similar to window_rules, which would:
✅ Define window placements for each workspace.
✅ Automatically move and arrange windows when switching to a workspace.
✅ Allow different layouts per workspace without requiring manual intervention.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goal: Workspace-Specific Window Arrangements
I want to achieve workspace-dependent window placement, similar to how
window_rules
work when an application first opens.Desired Behavior
Example Scenario
Workspace: "Browsing Mode"
Workspace: "Multitasking Mode"
Feature Request:
workspace_rules
To achieve this, I propose a new feature called
workspace_rules
, similar towindow_rules
, which would:✅ Define window placements for each workspace.
✅ Automatically move and arrange windows when switching to a workspace.
✅ Allow different layouts per workspace without requiring manual intervention.
Would this be possible within GlazeWM? 🚀
Beta Was this translation helpful? Give feedback.
All reactions