-
Notifications
You must be signed in to change notification settings - Fork 15
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
nwggrid broken with multiple displays #190
Comments
I'm using sway version 1.4 from apt on Pop OS 20.04 LTS, default sway config except using nwggrid and my monitor setup. I noticed the latest sway is 1.6.1 so I'm wondering if that might actually be it, since the latest one Ubuntu 20.04 provides is 1.4 |
If you want my advice: try building sway from Master following this guide. The latest release sucks on my hybrid AMD laptop, so I use the last tag that worked decently for me. [edit] Just tried the latest Master, and Chromium with ozone flags still crashes. :/ |
Some dependencies and packages like wayland-server on Ubuntu 20.04 seem to be too out of date to build sway and wlroots from master or from 1.6.1 release, so I don't think I can do it. It's probably a non-issue on the latest release anyway seeing as it works for you though. |
Well, I'm no longer a developer in this project, as I gave up on C++. We need @Siborgium's opinion. You could try the counterpart I wrote in Go, but I have no idea if it's going to build on Debian. |
You could build wayland-server along with the other dependencies too, though at this point using Ubuntu is pointless. You could try and build nwg-launchers with It could also be gtk-layer-shell problem, which is outdated on Ubuntu 20.04 -- uninstall Unfortunately, I lack the display suitable to set to portrait orientation, so I can't test the case properly. |
I tried the Go version on Pop and it didn't seem to wanna build. I also tried messing around with the layer-shell and neither of the two attempts changed anything. I ended up installing Arch and both nwg-launchers and nwg-drawer seem to work fine now without the issue, even on wayfire. |
This is always the ultimate solution. 😄 |
I have a 1920x1200 monitor rotated to portrait orientation (1200x1920) and a regular 1920x1080 monitor on the right side. My display setup in sway config looks like this:
Opening nwggrid (or nwgbar) on my DP-3 display opens a 1200x1920 application picker on my 1920x1080 display. This leads to the top and bottom part being out of bounds of the display, meanwhile the left and right sides are not blocked by the transparent window. If opened on my portrait monitor instead, it functions correctly.
I could try to make a screenshot if needed, if I can figure out how to take a screenshot using sway..
The text was updated successfully, but these errors were encountered: