set xterm window title
parent
7b938853f8
commit
84ead7218f
|
|
@ -17,10 +17,9 @@ XTerm*rightScrollBar: true
|
||||||
XTerm*eightBitInput: false
|
XTerm*eightBitInput: false
|
||||||
XTerm*faceName:fixed:size=11
|
XTerm*faceName:fixed:size=11
|
||||||
XTerm*boldFont:fixed:size=11
|
XTerm*boldFont:fixed:size=11
|
||||||
xterm*activeIcon: true
|
XTerm*activeIcon: true
|
||||||
xterm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm
|
XTerm*iconPixmap: /usr/share/icons/locolor/16x16/apps/xterm.xbm
|
||||||
xterm*fullscreen: never
|
XTerm*fullscreen: never
|
||||||
|
|
||||||
|
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[begin] ( Menu )
|
[begin] ( Menu )
|
||||||
[exec] (Terminal) { xterm -ls }
|
[exec] (Terminal) { xterm -ls -title Terminal }
|
||||||
[exec] (Web browser) { chromium }
|
[exec] (Web browser) { chromium }
|
||||||
[exit] (Exit)
|
[exit] (Exit)
|
||||||
[end]
|
[end]
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
Terminal;/usr/share/icons/hicolor/48x48/apps/terminal.png;xterm
|
Terminal;/usr/share/icons/hicolor/48x48/apps/terminal.png;xterm -title Terminal
|
||||||
Chromium;/usr/share/icons/hicolor/48x48/apps/chromium.png;chromium
|
Chromium;/usr/share/icons/hicolor/48x48/apps/chromium.png;chromium
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue