Bind a Workspace to Multiple Monitors #10088
Replies: 4 comments 6 replies
|
you can't do that. |
|
Hi @vaxerski, I also desire something similar. Is this workspace based mirroring achievable? |
|
I have the same issue, I have 3 different setups: home, work and client. At the moment I change my config everytime, but would be nice to be able to define multiple setups. |
|
Hey, I’m not sure exactly since which version, but Hyprland can now reload In kanshi, each profile supports an One caveat, you need to temporarily switch to some spare workspace for all monitors before rewriting the config. It’s a bit hacky, but seems to work. |
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I have a small question. I have multiple setups (1 at work and 1 at home). I prefer to keep 1 hyprland.conf file between all my machines for easier maintenance. In both setups, I connect to a secondary external display and make that my "primary". I like to always bind workspace 1 to the external monitor. This can be done easily with the following workspace rule:
workspace = 1,monitor:DP-1However, in the other setup, the monitor is not called DP-1. Therefore, I want to try and make a rule that will bind workspace 1 to whichever of those monitors when it finds one of them. There will never be an instance where both are connected at the same time.
Here is what I tried:
Attempt 1:
workspace = 1,monitor:HDMI-A-1,monitor:DP-1This attempt only bound the workspace to the last monitor in the line.
Attempt 2:
This I believe caused none to work.
Appreciate the insight!
All reactions