diff options
author | toni <matzeton@googlemail.com> | 2014-07-07 14:53:41 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-07-07 14:53:41 +0200 |
commit | f4ae4b5edf99b360d3e3ecdd767ee192f1b5f20c (patch) | |
tree | 3107b27df68948f236209bd39083dd3224f902c0 /configs/xinitrc | |
parent | 8d431770f90997c21005ecde942fd0f9317413ec (diff) |
minor fixes ..
Diffstat (limited to 'configs/xinitrc')
-rw-r--r-- | configs/xinitrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/xinitrc b/configs/xinitrc index 2099baa..a7416bf 100644 --- a/configs/xinitrc +++ b/configs/xinitrc @@ -20,4 +20,8 @@ fi # activate trickled network bandwith control trickled -exec ck-launch-session dbus-launch xmonad +if [ -x /usr/bin/ck-launch-session ]; then + exec ck-launch-session dbus-launch xmonad +else + exec dbus-launch xmonad +fi |