Update runscript and "some other stuff"

This commit is contained in:
famfo 2022-06-24 22:06:42 +02:00
parent b66873ab60
commit 2dcb58767b
3 changed files with 3 additions and 3 deletions

3
run.sh
View file

@ -1,8 +1,7 @@
#!/bin/sh
XEPHYR=$(whereis -b Xephyr | cut -f2 -d' ')
xinit ./xinitrc -- \
"$XEPHYR" \
"$(which Xephyr)" \
:100 \
-ac \
-screen 800x600 \

View file

@ -63,6 +63,7 @@ async fn main() -> Result<(), XcrabError> {
win.reparent_async(&mut conn, parent, 0, 0).await?;
parent.map_async(&mut conn).await?;
win.map_async(&mut conn).await?;
}
_ => {}
}

View file

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