feat: Capture screen and send with warp (#26)

## Description

**What(what issue does this code solve/what feature does it add):**

**How(how does it solve it):**

## Required Checklist:

- [ ] I have added any necessary documentation and comments in my code
(where appropriate)
- [ ] I have added tests to make sure my code runs in all contexts

## Further comments
This commit is contained in:
Wanjohi
2024-04-20 01:23:05 +03:00
committed by GitHub
parent 4c6bc98bdc
commit 408a627c08
3 changed files with 14 additions and 0 deletions

View File

@@ -16,8 +16,10 @@ ENV TZ=UTC \
RUN apt-get update -y \
&& add-apt-repository -y multiverse \
&& apt-get install -y --no-install-recommends \
libxnvctrl0 \
mangohud \
gamescope \
&& setcap cap_sys_nice+ep /usr/games/gamescope \
&& rm -rf /var/lib/apt/lists/*
#Install wine