apparently it does work for xterm (#1)
This commit is contained in:
parent
bee18a8ec9
commit
f54a4d502c
|
@ -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`.
|
||||||
|
|
Loading…
Reference in New Issue