summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-21 14:21:29 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-21 14:21:29 +0200
commit7910881a2497e40efdb0d55463c00380e75914d6 (patch)
treec5d02343db137a2986a1662974d9ce9b6a9cbc3a
parent4883738c8ab01c9ed17196c88ff7cafbe0ca060f (diff)
downloaddotfiles-7910881a2497e40efdb0d55463c00380e75914d6.tar.gz
dotfiles-7910881a2497e40efdb0d55463c00380e75914d6.tar.xz
misc
-rw-r--r--.xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 8dbff38..ea6b1f0 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -47,12 +47,12 @@ case "$1" in
autostart &
;;
console)
- openbox-session &
+ openbox &
sleep 1
urxvtc &
;;
*|openbox)
- openbox-session &
+ openbox &
sleep 1
autostart &
;;