From 1d7e92d1e6780ba1e05cb098513f516280d75bfd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 14 Aug 2019 11:04:44 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 402fefa..896c2f0 100644 --- a/Home.md +++ b/Home.md @@ -368,4 +368,12 @@ Xft.dpi: 96 3. Add the following line to the sway config: ``` exec xrdb -load ~/.Xresources -``` \ No newline at end of file +``` + +### 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. \ No newline at end of file