summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2011-09-23 22:38:01 -0400
committerJune McEnroe <programble@gmail.com>2011-09-23 22:38:01 -0400
commit912be00e7f624dc7e714cb877bb4e8a561adc19e (patch)
treee8fb8c1a088ac96cdc4982424e55fdb6d9fea579
parentUse da.gd for external IP in conky and always on top using mousewheel (diff)
downloadsrc-912be00e7f624dc7e714cb877bb4e8a561adc19e.tar.gz
src-912be00e7f624dc7e714cb877bb4e8a561adc19e.zip
Fixed user mounting permissions and stuff
-rw-r--r--_xinitrc6
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