Added note about negative pixels issue

Pierre GRANDIN 2019-12-19 10:03:41 -07:00
parent 528b5a7043
commit 290c350f3a

@ -415,3 +415,9 @@ To figure out whether an application uses Xwayland or native Wayland, you can tr
1. Run `xeyes` and move the mouse over the app. The eyes will only move if the window is using Xwayland. 1. Run `xeyes` and move the mouse over the app. The eyes will only move if the window is using Xwayland.
2. Add `for_window [shell=".*"] title_format "%title :: %shell"` to your config file. 2. Add `for_window [shell=".*"] title_format "%title :: %shell"` to your config file.
3. `swaymsg -t get_tree` dumps information about all windows. 3. `swaymsg -t get_tree` dumps information about all windows.
### Mouse events (clicking, scrolling) aren't working on some of my workspaces
If your monitor layouts uses negative pixels, you're probably hitting this issue : https://gitlab.freedesktop.org/xorg/xserver/issues/899
This is a Xwayland bug. The workaround is to rearrange your workspaces to not use negative pixels.