mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Click app to workspace X #211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pex81 on GitHub (May 18, 2023).
Additional context
Hi, I don't know if it was requested by anyone else.
I find your application very convenient, almost similar to linux.
One thing though, I use 5 workspaces and on each I open certain applications.
For example, if I am on workspace 1 and I click on the application I want to switch to but which is on workspace 3, I would like it to take me to workspace 3 when I click on the app and not open the app on workspace 1.
It's possible?
Thank you
@Feistybeard commented on GitHub (May 18, 2023):
What you are asking for almost works if you switch the value of "window-hiding-behaviour" to "minimize".
It then does take you to the correct workspace where the app is, but it does not select the window for some reason.
@pex81 commented on GitHub (May 18, 2023):
Thanks, solve my problem.