the window actually is displayed now

This commit is contained in:
missing 2022-06-24 15:14:57 -05:00
parent 2dcb58767b
commit 1abe2439d4
2 changed files with 7 additions and 3 deletions

3
run.sh
View file

@ -1,5 +1,8 @@
#!/bin/sh
cargo build;
XEPHYR=$(which Xephyr | cut -f2 -d' ')
xinit ./xinitrc -- \
"$(which Xephyr)" \
:100 \

View file

@ -1,4 +1,5 @@
exec target/debug/xcrab &
# exec target/release/xcrab &
target/debug/xcrab &
sleep 1 && xclock
sleep 0.15;
xclock