diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-05-11 22:22:06 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:06 +0200 |
commit | 07a93b457868b05e1432e81be694dcf63ab2bf09 (patch) | |
tree | 01373084df066af10bd7c0bbd5d99e824ba49691 /desktop/wmii/xinitrc.wmii | |
parent | dd33b1582a2478df8b97cac944e6c324afb5a7b5 (diff) | |
download | slackbuilds-07a93b457868b05e1432e81be694dcf63ab2bf09.tar.gz |
desktop/wmii: Updated for version 3.6
Diffstat (limited to 'desktop/wmii/xinitrc.wmii')
-rw-r--r-- | desktop/wmii/xinitrc.wmii | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/wmii/xinitrc.wmii b/desktop/wmii/xinitrc.wmii index 7e37464916..8d6372a839 100644 --- a/desktop/wmii/xinitrc.wmii +++ b/desktop/wmii/xinitrc.wmii @@ -25,4 +25,6 @@ if [ -f $usermodmap ]; then fi # Start the window manager: -exec wmii +until wmii; do + true +done |