summaryrefslogtreecommitdiffstats
path: root/desktop/wmii/xinitrc.wmii
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmii/xinitrc.wmii')
-rw-r--r--desktop/wmii/xinitrc.wmii4
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