xinitrc: removed unnecessary lines (blank lines and comments)
This commit is contained in:
parent
3eaef842c7
commit
36f1c01ef4
1 changed files with 1 additions and 15 deletions
16
x/xinitrc
16
x/xinitrc
|
@ -10,15 +10,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
|||
# merge in defaults and keymaps
|
||||
|
||||
if [ -f $sysresources ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge $sysresources
|
||||
|
||||
fi
|
||||
|
||||
if [ -f $sysmodmap ]; then
|
||||
|
@ -42,13 +34,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
#twm &
|
||||
#xclock -geometry 50x50-1+1 &
|
||||
#xterm -geometry 80x50+494+51 &
|
||||
#xterm -geometry 80x20+494-0 &
|
||||
#exec xterm -geometry 80x66+0+0 -name login
|
||||
|
||||
# Here Xfce is kept as default
|
||||
# Here StumpWM is kept as default
|
||||
session=${1:-stumpwm}
|
||||
|
||||
case $session in
|
||||
|
|
Loading…
Reference in a new issue