- Fixed race condition that caused tree instability (e.g a crash)
- This was normally triggered by closing e.g
mpv
with the close window command.
- This was normally triggered by closing e.g
Backwards incompatible changes
- Cleaned up util functions
- Removed
spawn_dmenu
andspawn_terminal
command, please useutil.program.spawn_once
instead.