diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-06-10 08:47:47 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-06-10 08:47:47 +0000 |
commit | 6893fe134ffa011cff5dd286756335f55c215605 (patch) | |
tree | 23d4891a6ecb02ca6fcdb767b066888b6a653155 | |
parent | 8a50a03cebf83f67ba3f03c33d3145683a0b0c2e (diff) |
Initiate rxvt sessions as login shell.
-rwxr-xr-x | xsh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,8 +86,8 @@ fi case `readlink /etc/alternatives/x-terminal-emulator | xargs basename` in # rxvt*) opts="+sb -sl 500 -n \"$titletext\""; titleoptname="-title";; - rxvt*) opts="+sb -sl 500"; titleoptname="-title";; - urxvt*) opts="+sb -sl 500"; titleoptname="-title"; term="rxvt";; + rxvt*) opts="+sb -sl 500 -ls"; titleoptname="-title";; + urxvt*) opts="+sb -sl 500 -ls"; titleoptname="-title"; term="rxvt";; *xterm) opts="+sb -sl 500 +wc"; titleoptname="-title";; gnome-terminal) opts=""; titleoptname="--title";; gnome-terminal.wrapper) opts=""; titleoptname="-title";; |