-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Feature: assign workspace to monitor #14
Comments
Not yet, but I agree that it needs to be supported https://i3wm.org/docs/userguide.html#workspace_screen I will eventually support it myself, but PRs are welcome. The entry points are |
The hardest part here is to design a syntax for the TOML config file. Right now, I'm thinking about something like this:
But I'm not sure in what format
|
I have an issue with having multiple monitors connected to a thunderbolt hub where one of those monitors is marked as "main". The problem is that the order of initialization of those monitors is not the same every time I plug the hub and sometimes my main gets initialized after secondary which messes up with the ordering of workspace: sometimes the workspace X appears on the monitor 1 and sometimes on the monitor 2. Hopefully, being able to assign the workspace to a monitor will mitigate it. |
Fixed in 0.5.0-Beta However, I have one deviation from the i3 model. workspace to monitor assignments is "forced" in AeroSpace. If you put the assignment in the config then |
Thanks a lot for this, I will try it this week! |
@nikitabobko |
I usually work with multiple monitors and like to know which workspace number is on which monitor. I tried moving them using
[move-workspace-to-display](https://github.com/nikitabobko/AeroSpace/blob/main/docs/commands.md#move-workspace-to-display)
but it's hard to end up with the correct workspace number on the wanted monitor.For example, on i3 I would set:
Is it possible to assign workspaces to monitors?
The text was updated successfully, but these errors were encountered: