Treating multiple monitors as one big canvas #1285
Replies: 4 comments 14 replies
|
There isn't and it would be quite difficult to do, with unclear design questions |
|
+1 for feature request. my use case is: opening applications that require to be opened in full-screen across all connected displays e.g: when using
with my current config: window-rule {
match app-id="flameshot"
open-floating true
open-fullscreen true
open-focused true
default-window-height { proportion 1.0; }
default-column-width { proportion 1.0; }
}I would like to be able to assign this application to a dedicated _ gloabal workspace_ that spans across all connected displays. E.G: window-rule {
match app-id="flameshot"
open-floating true
open-fullscreen true
open-focused true
open-on-spanned-workspace true # open on the global spanned workspace
default-window-height { proportion 1.0; }
default-column-width { proportion 1.0; }
} |
|
I have a similar potential request to this, perhaps more closer to #803 but not really the exact same. I would also like to have multiple monitors act as one single monitor. The goal is an "AMD eyefinity" like experience to run applications across all the monitors at once. IE 3x 1080p displays in a line would be treated as one 5760x1080p display. I doubt this would be any less work, it's for sure not a strong want, but it is something I have found myself to be missing personally. |


Uh oh!
There was an error while loading. Please reload this page.
I've noticed that monitors has their own isolated workspace, Is there a way to configure multiple monitors to contain one workspace and windows keep spawning next to each other and when maximised it occupied the monitor it is in.
All reactions