diff options
author | Florian Pritz <f-p@gmx.at> | 2009-05-21 14:21:29 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-05-21 14:21:29 +0200 |
commit | 7910881a2497e40efdb0d55463c00380e75914d6 (patch) | |
tree | c5d02343db137a2986a1662974d9ce9b6a9cbc3a /.xinitrc | |
parent | 4883738c8ab01c9ed17196c88ff7cafbe0ca060f (diff) | |
download | dotfiles-7910881a2497e40efdb0d55463c00380e75914d6.tar.gz dotfiles-7910881a2497e40efdb0d55463c00380e75914d6.tar.xz |
misc
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,12 +47,12 @@ case "$1" in autostart & ;; console) - openbox-session & + openbox & sleep 1 urxvtc & ;; *|openbox) - openbox-session & + openbox & sleep 1 autostart & ;; |