fix: sway config, bin/{epitest,wine,virt}...
This commit is contained in:
parent
ab196ca49e
commit
dbf9c6a329
17 changed files with 40 additions and 13 deletions
BIN
bin/crypto
Executable file
BIN
bin/crypto
Executable file
Binary file not shown.
3
bin/epitest
Executable file
3
bin/epitest
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo docker run -it --rm --user "$UID:$GID" -v "$PWD:/usr/app/" epitechcontent/epitest-docker bash "$@"
|
3
bin/moonlight
Executable file
3
bin/moonlight
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
$HOME/Applications/Moonlight-4.3.1-x86_64.AppImage
|
3
bin/repitest
Executable file
3
bin/repitest
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo docker run -it --rm -v "$PWD:/usr/app/" epitechcontent/epitest-docker bash "$@"
|
4
bin/virt-manager
Executable file
4
bin/virt-manager
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
systemctl is-active libvirtd | grep -q inactive && pkexec systemctl start libvirtd
|
||||
/usr/bin/virt-manager
|
10
bin/wine
Executable file
10
bin/wine
Executable 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 \
|
||||
"$@"
|
Loading…
Add table
Add a link
Reference in a new issue