aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-16 21:48:35 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-16 21:48:35 +0100
commit14b0d376a8191a8873b1f866a3cfe777bbe091ce (patch)
tree6fc370efbb84ea2585cf867da4137c9a39561472 /TODO
parenteb3660a4d81ede493943c13cba959ea061f2d536 (diff)
Prevent focused application from receiving global hotkey keys on wayland as well (massive hack)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 397fd32..810bda0 100644
--- a/TODO
+++ b/TODO
@@ -105,4 +105,6 @@ When support for window capture is enabled on x11 then make sure to not save the
Support CJK.
-Move ui hover code from ::draw to ::on_event, to properly handle widget event stack. \ No newline at end of file
+Move ui hover code from ::draw to ::on_event, to properly handle widget event stack.
+
+Save audio devices by name instead of id. This is more robust since audio id can change(?).