mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Added note about negative pixels issue
parent
528b5a7043
commit
290c350f3a
6
Home.md
6
Home.md
|
@ -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.
|
Loading…
Reference in a new issue