summary refs log tree commit diff
path: root/_xinitrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-09-23 22:38:01 -0400
committerJune McEnroe <june@causal.agency>2011-09-23 22:38:01 -0400
commit7e6991a963828ec7d792d686d01c827b3a79bcd1 (patch)
tree6ab01bbb5667148d0153fb128f854dac44c27a28 /_xinitrc
parentUse da.gd for external IP in conky and always on top using mousewheel (diff)
downloadsrc-7e6991a963828ec7d792d686d01c827b3a79bcd1.tar.gz
src-7e6991a963828ec7d792d686d01c827b3a79bcd1.zip
Fixed user mounting permissions and stuff
Diffstat (limited to '')
-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