Replies: 1 comment 2 replies
-
This is the same issue as #558 and will be fixed there
I believe you should be able to clear open-on-workspace in a later window-rule with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to focus the newly created window.
This would require support for:
focus-workspace "desired-workspace"
or
open-on-workspace --focus "desired-workspace"
within a window-rule.
It would also be nice to be able to control where in the workspace one ends up with the new window: left-most, right-most, or default.
My rational for this is that currently I have "terminal", "browse" and "emacs" named workspaces. Mod+Return spawns a terminal, but I then have to go looking for it, if I am currently in some other workspace.
I also sometimes want to override the workspace rule, and have the terminal be created in the current workspace.
If something like the floating window from
sway
were available, I would not want the override, as I would just push a terminal into the floating state, and use that.Beta Was this translation helpful? Give feedback.
All reactions