-
Notifications
You must be signed in to change notification settings - Fork 131
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
Second monitor doesn't have tiling/Crash #816
Comments
I think that might be the issue. Although I thoght we automatically set the settings to a usable value when PaperWM is enabled. In PaperWM (unlike what Gnome normally does) each monitor uses it's own workspace. So can you try to set the number of workspaces to at least two? |
Yes, that allows tiling. Is it normal for it to treat both monitors as 2 completely different workspaces ? |
Yes, in actual fact it's required in PaperWM, it's the per monitor workspaces part of the PaperWM description:
It allows separated tiling that PaperWM relies on for multiple monitors. It's not without it's issues though, (see #389 (comment)).
@Lythenas, well, if users use |
Makes sense, Thank you Closing as this is solved |
This PR resolves #824. It adds the following: - keybinds (`Ctrl`+`Alt`+`left`/`right`/`up`/`down`) which moves the current workspace to a different monitor in that direction; - if a workspace is the last on a monitor, we fallback to swapping that space with the target monitor space; - informs user with notification if can't move / swap a space; - FIXES #816 by creating spaces to meet a minimum (i.e. PaperWM breaks if have 2 monitors and only one space...);
Describe the bug
When trying to switch a window to my second monitor, using shift+super+ctrl+arrows, it causes a hard crash. The top bar still functions, I can still open quick settings, but everything else just goes black and breaks.
If i do this just after starting gnome starts (I have around 30 seconds), it doesn't crash, but the windows on the second display are floating.
I don't know if this is a missing feature, but I also can't drag a window to another display/workspace, it could be related
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The window moves to the second monitor, and joins a stack on the second monitor
System information:
Please execute
./gather-system-info.sh
in you PaperWM clone and paste the output below.Distribution: Gentoo
GNOME Shell 45.5
Display server: Wayland
Enabled extensions:
Additional context
I only have 1 workspace enabled in gnome settings, I have made sure that I disabled all the settings that weren't recommended in the README.
The text was updated successfully, but these errors were encountered: