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

windows launched from workspace open on others #3814

Open
dm17 opened this issue May 21, 2023 · 3 comments
Open

windows launched from workspace open on others #3814

dm17 opened this issue May 21, 2023 · 3 comments

Comments

@dm17
Copy link

dm17 commented May 21, 2023

How do you open a window, and switch workspaces without the new window opening on the new workspace, due to its latency to load?
I'd like to just launch it on a certain workspace and it launches where I launched it from but apparently it doesnt work that way. Is there a setting for that?

Output of awesome --version:
awesome v4.3 (Too long)
• Compiled against Lua 5.3.6 (running with Lua 5.3)
• D-Bus support: ✔
• execinfo support: ✘
• xcb-randr version: 1.6
• LGI version: 0.9.2

@actionless
Copy link
Member

that should just work by using rules, however there are some apps (for example older versions of Spotify) which doesn't have correct window class set on launch, so rules are not applied on them correctly (#977)

@sclu1034
Copy link
Contributor

Rules would be the way to go if you want a certain client to always appear on a certain tag.
The ad-hoc equivalent is passing additional values to awful.spawn, see the section Spawning applications with specific properties at https://awesomewm.org/apidoc/libraries/awful.spawn.html.
The same caveat applies, though, where certain applications simply don't support the protocol required for this to work. That's also explained in more detail on that page.

@unai-ndz
Copy link
Contributor

More info about startup ids/notifications and some workarounds #3521
The new correct but not implemented way

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

4 participants