Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default workspace to open new windows #216

Closed
gabimoncha opened this issue May 7, 2024 · 2 comments
Closed

Default workspace to open new windows #216

gabimoncha opened this issue May 7, 2024 · 2 comments

Comments

@gabimoncha
Copy link

I've read through the docs and config file and couldn't find (or maybe missed) where to set the default Workspace / Monitor for new apps and windows.
Is this feature implemented, and if not, is it feasible?

@nikitabobko
Copy link
Owner

If you want all new windows to open up on a specific workspace you can do this:

[[on-window-detected]]
check-further-callbacks = true
run = 'move-node-to-workspace default_workspace'

@nikitabobko
Copy link
Owner

But the suggested approach will also move dialog windows and popups

The complete solution would be:

[[on-window-detected]]
if.is-dialog = false
check-further-callbacks = true
run = 'move-node-to-workspace default_workspace'

But if.is-dialog isn't yet implemented. Please follow/upvote #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants