You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
I'm looking at adding multimonitor support to Shellshape and this looks like a good first place to start.
The issue: Currently, if you have a window on a secondary monitor selected and try and change windows you'll automatically be moved to the primary monitor and be unable to get back without the mouse.
Solutions:
Have windows on all monitors be included when cycling so when you cycle through all the windows on the primary monitor you automatically move over to the secondary monitor then back.
Have cycling windows always keep you on the same screen. Instead, to change monitors you would use different, explicit keybindings.
I think option 2 makes more sense and I plan to start work on it unless other people strongly feel it's the wrong way to go about this. Afterwards, I intend to start on #148 .
The text was updated successfully, but these errors were encountered:
Option 2 sounds good to me. Any thoughts on what keybinding to use for switching monitors? Possibly <win+alt+o> ? Has a bit of a mnemonic for "Other screen", and sits near the existing bindings for <win+alt+j/k> for workspace switching.
I was thinking about having two for next screen and previous screen. I'm likely going to bind them to the workspace switching keys since I don't use those. I'm not sure what would make good defaults. I think xmonad used something like <win+shift+w/e>.
Anyways, I've been looking through the code and it seems my first step here would be to actually get tiling working on the second monitor (#150) before I can make switching stay within a monitor. So that's what I'm currently working on.
@rhofour did you ever get around to this or have you found alternative solutions? I'm trying to migrate from a custom qtile desktop to gnome but I'm not willing to give up tiling on all monitors 😆
I spent some time looking at it, then I ended up buying a 27" monitor 😛
I'm sure it's possible, but I didn't dive far enough into mutter and shellshape to figure out how. I might get around to it later.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm looking at adding multimonitor support to Shellshape and this looks like a good first place to start.
The issue: Currently, if you have a window on a secondary monitor selected and try and change windows you'll automatically be moved to the primary monitor and be unable to get back without the mouse.
Solutions:
Have windows on all monitors be included when cycling so when you cycle through all the windows on the primary monitor you automatically move over to the secondary monitor then back.
Have cycling windows always keep you on the same screen. Instead, to change monitors you would use different, explicit keybindings.
I think option 2 makes more sense and I plan to start work on it unless other people strongly feel it's the wrong way to go about this. Afterwards, I intend to start on #148 .
The text was updated successfully, but these errors were encountered: