-
Notifications
You must be signed in to change notification settings - Fork 213
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
Dual Monitor on set of screens #151
Comments
I do not know, if I understand you correctly, but you may use Regarding the other subject: bug.n is currently not triggered, when windows are moved by other means than those provided by bug.n itself (i.e. the function |
Thank you for the hints. I must have missed that. Example for i3wm behavior: virtual screens 1,3,6,7 on the left monitor, screens 2,4,5 on the right monitor. |
If I understand this correctly, I'd also like to request this. In Xmonad, the two monitors are just 'cursors' into the same set of tags. This way, each monitor can change tag independently, but chooses from the same set of tags. As for the case when trying to view e.g. tag 1 on Monitor A which is currently shown on Monitor B, the default behavior is simply swap the two visible tags (see Xmonad Wiki for details). I might be of limited use, but I'd be happy to help out. Do we have a feeling for what would be needed/what the obstacles are? |
As far as I can see the behaviour from i3wm described above would be similar to "view" (not "greedyView"). To implement this bug.n would need to be rewritten -- more or less -- since with the current concept views on the one hand inherit their dimensions from the monitor, and on the other hand all monitors have the same set of views (with each having thei own set of windows). Althogh, implementing Xmonad's greedyView would be possible with the current monitor-view-concept; there has been an attempt with pr #59, but it some kind of got lost. Personally I more like "view" than "greedyView"; I would like to have a more flexible view concept like the one from i3wm, but rewriting all the code necessary for that, is beyond my current possibilities (spare time). |
Okay, I see. Thanks for pointing me to that PR, I will take a look and see what I can do! |
@joten As an aside, I have two other questions (is there no way to send private messages here?):
|
Just git and GitHub ;-)
This would be possible, but some of the
No, it has to go in the source code. Since it is a bit more complicated, I will commit the code -- roughly tested. |
... resetting the tile layout properties of the current view
Wow, thanks! |
I would also like to announce my interest for i3-like behavior, where there's is a single set of workspaces across all monitors and going to a specific workspace also focuses (or activates, in bug.n terms) the corresponding monitor. |
Is it possible to create one set of virtual screen for a dual monitor setup?
Currently I have 2 sets, one from 1 to 9 for each monitor.
I am used to i3wm where the 2 monitors are handled a 2 separate virtual screens.
Also my windows get confused. If I open a window one monitor on screen say 1 and pull it to the other monitor on screen 1 and switch 2 screen 2 the moved window snaps back to the original monitor it was opened on.
I guess that's because the list have the same numeration and therefore labels.
The text was updated successfully, but these errors were encountered: