diff options
author | Florian Pritz <f-p@gmx.at> | 2009-05-24 02:17:07 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-05-24 02:17:07 +0200 |
commit | 8460408a6792a36cc8802a6396615fb54ae5c619 (patch) | |
tree | 7c9d5399e1d8d7d850fd9a26e8c2f80da1987c67 /.xinitrc | |
parent | cc07736285bbb9f6bb3615f1cc6fc483bc8a5024 (diff) | |
download | dotfiles-8460408a6792a36cc8802a6396615fb54ae5c619.tar.gz dotfiles-8460408a6792a36cc8802a6396615fb54ae5c619.tar.xz |
fix typo
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,22 +38,22 @@ autostart () { # WM case "$1" in awesome) - ch-launch-session awesome & + ck-launch-session awesome & sleep 1 autostart & ;; twm) - ch-launch-session twm & + ck-launch-session twm & sleep 1 autostart & ;; console) - ch-launch-session openbox & + ck-launch-session openbox & sleep 1 urxvtc & ;; *|openbox) - ch-launch-session openbox & + ck-launch-session openbox & sleep 1 autostart & ;; |