diff options
author | June McEnroe <june@causal.agency> | 2011-09-23 22:38:01 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2011-09-23 22:38:01 -0400 |
commit | 7e6991a963828ec7d792d686d01c827b3a79bcd1 (patch) | |
tree | 6ab01bbb5667148d0153fb128f854dac44c27a28 | |
parent | Use da.gd for external IP in conky and always on top using mousewheel (diff) | |
download | src-7e6991a963828ec7d792d686d01c827b3a79bcd1.tar.gz src-7e6991a963828ec7d792d686d01c827b3a79bcd1.zip |
Fixed user mounting permissions and stuff
-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 |