summaryrefslogtreecommitdiffstats
path: root/desktop/wmii/wmii.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmii/wmii.xinit')
-rw-r--r--desktop/wmii/wmii.xinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/wmii/wmii.xinit b/desktop/wmii/wmii.xinit
new file mode 100644
index 0000000000..cff7f05222
--- /dev/null
+++ b/desktop/wmii/wmii.xinit
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+until wmii; do
+ true
+done