xcrab/run.sh

12 lines
186 B
Bash
Raw Normal View History

2022-06-24 14:13:37 -05:00
#!/bin/sh
2022-06-24 15:14:57 -05:00
cargo build;
XEPHYR=$(which Xephyr | cut -f2 -d' ')
2022-06-24 14:13:37 -05:00
xinit ./xinitrc -- \
"$(which Xephyr)" \
2022-06-24 14:13:37 -05:00
:100 \
-ac \
-screen 800x600 \
-host-cursor