fix: sway config, bin/{epitest,wine,virt}...

This commit is contained in:
AngeD 2023-03-06 07:49:40 +01:00
parent ab196ca49e
commit dbf9c6a329
17 changed files with 40 additions and 13 deletions

10
bin/wine Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
sudo docker run -it --rm \
--network host \
-e DISPLAY="$DISPLAY" \
-v "$PWD:/app/" \
-v "$XAUTHORITY:/home/app/.Xauthority:ro" \
-v '/tmp/.X11-unix/:/tmp/.X11-unix/' \
wine \
"$@"