diff options
author | June McEnroe <programble@gmail.com> | 2011-09-23 22:38:01 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2011-09-23 22:38:01 -0400 |
commit | 912be00e7f624dc7e714cb877bb4e8a561adc19e (patch) | |
tree | e8fb8c1a088ac96cdc4982424e55fdb6d9fea579 | |
parent | Use da.gd for external IP in conky and always on top using mousewheel (diff) | |
download | src-912be00e7f624dc7e714cb877bb4e8a561adc19e.tar.gz src-912be00e7f624dc7e714cb877bb4e8a561adc19e.zip |
Fixed user mounting permissions and stuff
Diffstat (limited to '')
-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 |