apparently it does work for xterm (#1)

This commit is contained in:
BZ 2021-03-18 21:05:08 +01:00
parent bee18a8ec9
commit f54a4d502c
1 changed files with 3 additions and 3 deletions

View File

@ -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. 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`). 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. Try minimal configurations provided for `zsh` or `bash`:
- Your shell is not configured. Try the provided minimal configurations for `zsh` or `bash`:
``` ```
echo "source ~/.config/awesome/awesomewm-vim-tmux-navigator/dynamictitles.zsh" >> ~/.zshrc 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 echo "source ~/.config/awesome/awesomewm-vim-tmux-navigator/dynamictitles.bash" >> ~/.bashrc
``` ```
I recommended to use `alacritty` with `zsh`.