set xterm window title

This commit is contained in:
TomasM
2017-11-02 08:36:08 -04:00
parent 7b938853f8
commit 84ead7218f
3 changed files with 5 additions and 6 deletions
@@ -17,10 +17,9 @@ XTerm*rightScrollBar: true
XTerm*eightBitInput: false
XTerm*faceName:fixed:size=11
XTerm*boldFont:fixed:size=11
xterm*activeIcon: true
xterm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm
xterm*fullscreen: never
XTerm*activeIcon: true
XTerm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm
XTerm*fullscreen: never
Xft.antialias: true
Xft.hinting: true
@@ -1,5 +1,5 @@
[begin] ( Menu )
[exec] (Terminal) { xterm -ls }
[exec] (Terminal) { xterm -ls -title Terminal }
[exec] (Web browser) { chromium }
[exit] (Exit)
[end]