From f54a4d502c400bbedc4ae37cbc9d226e8188c819 Mon Sep 17 00:00:00 2001 From: BZ Date: Thu, 18 Mar 2021 21:05:08 +0100 Subject: [PATCH] apparently it does work for xterm (#1) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32623b5..2b2523b 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,9 @@ Troubleshooting After a correct installation the title of a tmux session should end with "- TMUX" and "- VIM" or "- NVIM" for vim or nvim sessions respectively. Check the title of the terminal client in your wm tasklist or by using `xprop` (title is property `WM_NAME`). -In case your title does not change, your terminal and/or shell do not support dynamic titles. +In case your title does not change, your terminal and/or shell do not support dynamic titles or are not configured. -- `xterm` does not support dynamic titles. Time to move on, boomer. -- Your shell is not configured. Try the provided minimal configurations for `zsh` or `bash`: +Try minimal configurations provided for `zsh` or `bash`: ``` echo "source ~/.config/awesome/awesomewm-vim-tmux-navigator/dynamictitles.zsh" >> ~/.zshrc @@ -88,3 +87,4 @@ or echo "source ~/.config/awesome/awesomewm-vim-tmux-navigator/dynamictitles.bash" >> ~/.bashrc ``` +I recommended to use `alacritty` with `zsh`.