diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-23 21:52:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-23 21:52:32 +0100 |
commit | ff560295097626ea55bb75a4c552f9ffb9eb618a (patch) | |
tree | 1445770291e27094922dda5bbcce6ef867b59107 /xorg/xorg-xinit/xinitrc.patch | |
parent | 6029b06b10a3ab107e69104f574f5e0677f328a9 (diff) | |
download | nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.gz nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.bz2 nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.tar.xz nutyx-extra-ff560295097626ea55bb75a4c552f9ffb9eb618a.zip |
Maj xorg-xinit#1.2.0-1
Diffstat (limited to 'xorg/xorg-xinit/xinitrc.patch')
-rw-r--r-- | xorg/xorg-xinit/xinitrc.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-xinit/xinitrc.patch b/xorg/xorg-xinit/xinitrc.patch new file mode 100644 index 000000000..51887a87f --- /dev/null +++ b/xorg/xorg-xinit/xinitrc.patch @@ -0,0 +1,20 @@ +--- xinit-1.2.0/xinitrc.old 2010-01-23 20:42:36.000000000 +0000 ++++ xinit-1.2.0/xinitrc 2010-01-23 15:23:09.000000000 +0000 +@@ -1,4 +1,5 @@ + #!/bin/sh ++# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ + + userresources=$HOME/.Xresources + usermodmap=$HOME/.Xmodmap +@@ -44,7 +45,7 @@ + + + twm & +-xclock -geometry 50x50-1+1 & +-xterm -geometry 80x50+494+51 & +-xterm -geometry 80x20+494-0 & +-exec xterm -geometry 80x66+0+0 -name login ++xclock -geometry 50x50-1+1 ++#xterm -geometry 80x50+494+51 & ++#xterm -geometry 80x20+494-0 & ++#exec xterm -geometry 80x66+0+0 -name login |