Bind a Workspace to Multiple Monitors #10088
Unanswered
mabourehab
asked this question in
Q&A
Replies: 2 comments
-
you can't do that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @vaxerski, I also desire something similar. Is this workspace based mirroring achievable? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-1
However, 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-1
This attempt only bound the workspace to the last monitor in the line.
Attempt 2:
This I believe caused none to work.
Appreciate the insight!
Beta Was this translation helpful? Give feedback.
All reactions