# HG changeset patch # User Oleksandr Gavenko # Date 1445365367 -10800 # Node ID 70dae9e483aa6d768c1e774e998381aabc7dc7f7 # Parent 6bf12d0f0be9dad7fc292e4d4692cf26bd56f0e5 Better color for background to differ xinit lock terminal from other. Also add noticeable title. diff -r 6bf12d0f0be9 -r 70dae9e483aa .xinitrc --- a/.xinitrc Tue Oct 20 13:57:11 2015 +0300 +++ b/.xinitrc Tue Oct 20 21:22:47 2015 +0300 @@ -44,5 +44,5 @@ fi # Last command. -exec xterm -geometry 80x42 -name "xinitrc" -bg seashell -e bash -i +exec xterm -geometry 80x42 -name "xinitrc" -title "*** xinitrc ***" -bg bisque -e bash -i