YaLTeR / niri

A scrollable-tiling Wayland compositor.
https://matrix.to/#/#niri:matrix.org
GNU General Public License v3.0
4.12k stars 123 forks source link

xdg: cleanup activation tokens #780

Closed cmeissl closed 2 weeks ago

cmeissl commented 2 weeks ago

valid tokens will stay around until explicitly cleaned-up. remove the token after it has been successfully used or we consider it timed out to prevent leaking the memory used by the activation tokens

YaLTeR commented 2 weeks ago

Thanks