xcrab/run.sh

12 lines
194 B
Bash
Raw Permalink Normal View History

2022-06-24 14:13:37 -05:00
#!/bin/sh
2022-06-26 13:40:34 -05:00
cargo build || exit;
2022-06-24 15:14:57 -05:00
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