-
-
Notifications
You must be signed in to change notification settings - Fork 956
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
Persistent workspaces on monitors #658
Comments
I've tried to make persistent workspaces before but the workspace protocol really didnt like it, I might try in the future again. Please remember that in those issues you linked, there is a solution that will work, so technically this is not a necessity. |
Thanks for the quick answer! I did not know it was a limitation on the workspace protocol, where can I read more about Hyperland's internals? I am currently working on a variation of this script to take into account plugging/unplugging monitors and redirecting the workspace to the right monitor. I'll post this here once I have finished 👍 |
it's not a limitation - it's some annoying thing I was prolly doing wrong. The protocol doesnt disallow this |
|
Created a gist that does the job more or less.
The workaround in #349 works but requires static monitor configuration as far as I understand. Reminder below:
|
added |
Wow that is awesome 🎉
|
no, it's Hyprland
behaves as if the wsbind wasnt there
read the wiki |
Hi, wsbind is amazing!
, and would like all other workspaces to open only on the 3rd monitor. Now I guess I'd have to list all of them individually |
I had the same need, and created a script to do this. It will get the monitors, order them from left to right, top to bottom, and then it binds and moves the workspaces to the requested monitors. hyprmonitor.txt |
I will close this. |
Reviving this now that Waybar has support for persistent workspaces 🤩 👏 Has anyone success with a multi monitor setup? I face many issues on my side and I wonder if it's my particular configuration or bugs:
I created a gist to arrange workspaces on monitors dynamically, I'll plug that into an event listener on the IPC when I can get it to work 😬 Help appreciated 🙏 |
Hi 👋 and thanks for developing such a beautiful window manager 👍
A bit of context first
Usage
Feature Request?
It does not seem that Hyperland allows this behavior as empty workspaces are destroyed. It seems that there have been similar questions in #654 and #349 but the workaround is to move the workspace to the right monitor upon creation. Or maybe I missed something?
I would like Hyperland to NOT destroy empty workspaces and allow their creation with
hyprctl
. This way I can create them where I want and rearrange them with a simple IPC script.👉 Is there something I missed that could solve my problem? (started Hyperland just yesterday)
👉 Would you accept such a feature request? I can contribute code with a few pointers.
Thanks!
The text was updated successfully, but these errors were encountered: