summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorBossCode45 <74084650+BossCode45@users.noreply.github.com>2022-08-19 22:34:18 +1200
committerGitHub <noreply@github.com>2022-08-19 22:34:18 +1200
commitc02c171992698318d940ecd3b12d5b794e6982d2 (patch)
tree1322197292b9aac0ecc292e8321ddc839a5e0122 /run
parentc15c2df9b2512c7cfeb0eaa8301b12b96cb8c590 (diff)
parent4895e9d1fa3fd4c51dfdf3e3fdac13a13cf10bd7 (diff)
downloadYATwm-c02c171992698318d940ecd3b12d5b794e6982d2.tar.gz
YATwm-c02c171992698318d940ecd3b12d5b794e6982d2.zip
Merge pull request #1 from BossCode45/master
Initial commit
Diffstat (limited to 'run')
-rw-r--r--run11
1 files changed, 11 insertions, 0 deletions
diff --git a/run b/run
new file mode 100644
index 0000000..5427e8e
--- /dev/null
+++ b/run
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+make
+
+Xephyr :100 -screen 1600x900 &
+
+sleep 0.1
+
+DISPLAY=:100 ./YATwm
+
+pkill Xephyr