From ee6483722f7d6a7b085b137309f4faed7ded7a43 Mon Sep 17 00:00:00 2001 From: Qasim K <10064144+QasimK@users.noreply.github.com> Date: Fri, 25 Oct 2019 22:53:32 +0100 Subject: [PATCH] Add the full title_format config line --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 4ce1235..8e76deb 100644 --- a/Home.md +++ b/Home.md @@ -413,5 +413,5 @@ exec xrdb -load ~/.Xresources 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. +2. Add `for_window [shell=".*"] title_format "%title :: %shell"` to your config file. 3. `swaymsg -t get_tree` dumps information about all windows. \ No newline at end of file