.xinitrc
changeset 757 70dae9e483aa
parent 756 6bf12d0f0be9
equal deleted inserted replaced
756:6bf12d0f0be9 757:70dae9e483aa
    42 if command -v xset; then
    42 if command -v xset; then
    43   xset -b &
    43   xset -b &
    44 fi
    44 fi
    45 
    45 
    46 # Last command.
    46 # Last command.
    47 exec xterm -geometry 80x42 -name "xinitrc" -bg seashell -e bash -i
    47 exec xterm -geometry 80x42 -name "xinitrc" -title "*** xinitrc ***" -bg bisque -e bash -i
    48 
    48