xtctl
set window title and icon name for X terminal
Install
- All systems
-
curl cmd.cat/xtctl.sh
- Debian
-
apt-get install xtitle
- Ubuntu
-
apt-get install xtitle
- Kali Linux
-
apt-get install xtitle
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xtitle
- OS X
-
brew install xtitle
- Raspbian
-
apt-get install xtitle
- Dockerfile
- dockerfile.run/xtctl
xtitle
set window title and icon name for X terminal
Xtitle sets the window title and/or the icon name of the terminal window in which it is run to be its command line arguments. It does this by outputting the appropriate xterm(1) control sequence charac characters. Unless messages are suppressed, xtitle will also report the settings it has made. Note: In order to be able to change the terminal's title, the terminal must support ANSI escape codes.