if we are going to run an xinitrc - use the users file, not just system

This commit is contained in:
Carsten Haitzler 2013-09-04 11:46:53 +09:00
parent 981bf81dbb
commit 4d4cdc967c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ group "Entrance_Config" struct {
/* Commands executed when starting a session */
value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
/* Command executed when login. Warning xsession must be set to 0 */
value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc";
value "session_login" string: "/bin/bash -login $HOME/.xinitrc";
/* Commands executed when exiting a session */
value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";