diff options
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 |