mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Prevent false positives when another window title contains 'Obsidian'. The helper script matches with a case-insensitive regex against class+title, so anchoring to '^obsidian$' ensures we only target the Obsidian window class. Before: SUPER+O could focus a YouTube webapp/FreeTube titled 'Obsidian is great!'. After: SUPER+O focuses Obsidian or launches it if not running.
1.9 KiB
1.9 KiB