aboutsummaryrefslogtreecommitdiff
path: root/wmutils/bin/xwait
diff options
context:
space:
mode:
Diffstat (limited to 'wmutils/bin/xwait')
-rwxr-xr-xwmutils/bin/xwait15
1 files changed, 15 insertions, 0 deletions
diff --git a/wmutils/bin/xwait b/wmutils/bin/xwait
new file mode 100755
index 0000000..9980e3a
--- /dev/null
+++ b/wmutils/bin/xwait
@@ -0,0 +1,15 @@
+#!/bin/sh
+# ██ ██
+# ░░ ░██
+# ██ ██ ███ ██ ██████ ██ ██████
+#░░██ ██ ░░██ █ ░██ ░░░░░░██ ░██░░░██░
+# ░░███ ░██ ███░██ ███████ ░██ ░██
+# ██░██ ░████░████ ██░░░░██ ░██ ░██
+# ██ ░░██ ███░ ░░░██░░████████░██ ░░██
+#░░ ░░ ░░░ ░░░ ░░░░░░░░ ░░ ░░
+#
+# yes, this is pointless loop to hold x open :P
+
+while :; do
+ sleep 10
+done