# HG changeset patch # User Oleksandr Gavenko # Date 1347134314 -10800 # Node ID ee6112ed88da6619dc0f5f67656e50066275ffdb # Parent 77f7344600cb26fbde3a865b5ba420305e331ea1 Add marker to distinct .xinitrc xterm from regular. diff -r 77f7344600cb -r ee6112ed88da .xinitrc --- a/.xinitrc Wed Sep 05 11:51:46 2012 +0300 +++ b/.xinitrc Sat Sep 08 22:58:34 2012 +0300 @@ -26,5 +26,5 @@ fi # Last command. -exec xterm -geometry 80x42 -e bash -i +exec xterm -geometry 80x42 -name "xinitrc" -e bash -i