v1.29.1
Bug Fixes
Linux: Click-to-focus now works with Terminator (#44)
Terminator does not set the TERM_PROGRAM environment variable (unlike most other terminals), so the daemon was falling back to a generic "Terminal" identifier. This caused all focus methods (xdotool, activate-window-by-title, etc.) to search for the wrong window class, making click-to-focus silently fail.
The fix detects Terminator via its TERMINATOR_UUID environment variable, which it always sets for child processes.
馃摝 Installation 路 馃攧 Updating
Full Changelog: v1.29.0...v1.29.1