aboutsummaryrefslogtreecommitdiff
path: root/wmutils/bin/xwait
diff options
context:
space:
mode:
authorxero <x@xero.nu>2017-01-22 23:22:55 -0500
committerxero <x@xero.nu>2017-01-22 23:22:55 -0500
commit5a4d4a06a287985fbf5b458056881d3d0a0c71aa (patch)
tree0daa8de87d60c396ca3dbadccbdfe735fc5f72d8 /wmutils/bin/xwait
parent4d6c6b497c3e4d5d6bd4e7728f42303f23120f27 (diff)
downloaddotfiles_ascii-5a4d4a06a287985fbf5b458056881d3d0a0c71aa.tar.xz
dotfiles_ascii-5a4d4a06a287985fbf5b458056881d3d0a0c71aa.zip
add wmutils setup
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