Replies: 1 comment 1 reply
-
|
Duplicate of #107 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
After several hours of work, my workspaces become disorganized because I frequently move windows between workspaces during my workflow. Currently, there's no straightforward way to reorganize all windows back to their designated workspaces based on existing
on-window-detectedrules.Current Behavior
on-window-detectedrules work perfectly when windows are first createdreload-configreloads the configuration but does not re-triggeron-window-detectedrules for existing windowsDesired Behavior
A command (e.g.,
reapply-window-rulesor similar) that:on-window-detectedrulesThis would allow users to quickly reset their workspace organization without a full application restart.
Use Case
After working for a few hours, I'd like to press a keybinding (e.g.,
alt-shift-r) that executes:This would instantly reorganize all windows according to my
on-window-detectedrules.Alternative Solutions Considered
reload-config- Already exists but doesn't re-trigger window detection rulesProposed Implementation
Add a new command that:
on-window-detectedevaluation for all existing windowsreload-config --reapply-rulesflag to combine both actions?Benefits
Beta Was this translation helpful? Give feedback.
All reactions