mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
Updated Home (markdown)
parent
d983825095
commit
1d7e92d1e6
8
Home.md
8
Home.md
@ -369,3 +369,11 @@ Xft.dpi: 96
|
|||||||
```
|
```
|
||||||
exec xrdb -load ~/.Xresources
|
exec xrdb -load ~/.Xresources
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Is an application using Xwayland?
|
||||||
|
|
||||||
|
To figure out whether an application uses Xwayland or native Wayland, you can try one of these solutions:
|
||||||
|
|
||||||
|
1. Run `xeyes` and move the mouse over the app. The eyes will only move if the window is using Xwayland.
|
||||||
|
2. Add `title_format '%title [%shell]'` to your config file.
|
||||||
|
3. `swaymsg -t get_tree` dumps information about all windows.
|
Loading…
Reference in New Issue
Block a user