diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-16 21:48:35 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-16 21:48:35 +0100 |
commit | 14b0d376a8191a8873b1f866a3cfe777bbe091ce (patch) | |
tree | 6fc370efbb84ea2585cf867da4137c9a39561472 /TODO | |
parent | eb3660a4d81ede493943c13cba959ea061f2d536 (diff) |
Prevent focused application from receiving global hotkey keys on wayland as well (massive hack)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(?). |