aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-06 03:12:22 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-06 03:12:22 +0100
commit9f08039ecda088f950190b173e73fa77c8f3b3f9 (patch)
tree9fb0e7cb7febeba9d8ab998d38b8ec3482394c73 /TODO
parent684453072f367a0ba943ae7af264093c9a58ead5 (diff)
Correct readme
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2d60d7d..d48752b 100644
--- a/TODO
+++ b/TODO
@@ -19,3 +19,4 @@ Add option to start replay on system startup (use the gpu screen recorder system
Add note about replaying can get bugged on suspend unless nvidia reg for suspend is added (because cuda breaks, nvidia driver bug).
Detect suspend before it happens and unload cuda/nvenc then and reload after suspend. This is a workaround to nvidia driver bug that breaks cuda on suspend.
The program should minimize to taskbar on minimize.
+Fix issue where flatpak update removes cap on kms server, requiring removing password prompt again. Maybe have a kms server proxy that only does execvp kms server, and setcap on that (after moving it to ~/.cache, or something like that).