xcrab/run.sh
2022-06-26 13:40:34 -05:00

12 lines
194 B
Bash
Executable file

#!/bin/sh
cargo build || exit;
XEPHYR=$(which Xephyr | cut -f2 -d' ')
xinit ./xinitrc -- \
"$(which Xephyr)" \
:100 \
-ac \
-screen 800x600 \
-host-cursor