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

devs/bu5hm4n/develop
Carsten Haitzler 10 years ago
parent 981bf81dbb
commit 4d4cdc967c
  1. 2
      data/entrance.conf

@ -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";

Loading…
Cancel
Save