diff options
-rw-r--r-- | _xinitrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_xinitrc b/_xinitrc index b4d89e20..dc3d1c06 100644 --- a/_xinitrc +++ b/_xinitrc @@ -1,4 +1,4 @@ -eval `dbus-launch --sh-syntax --exit-with-session` +#eval `dbus-launch --sh-syntax --exit-with-session` xrdb ~/.Xresources & xautolock -locker slimlock -time 30 & @@ -10,7 +10,7 @@ xmodmap -e "remove mod1 = Alt_R" -e "keysym Alt_R = Multi_key" # Right Alt -> Co DEFAULT=openbox-session if [[ $1 ]]; then - exec $1 + exec ck-launch-session dbus-launch $1 else - exec $DEFAULT + exec ck-launch-session dbus-launch $DEFAULT fi |