Files
omarchy/config
ctarx 6ea9c9311e fix(bindings): anchor Obsidian class to avoid false matches (#1838)
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.
2025-10-07 22:18:07 +02:00
..
2025-06-19 07:32:02 -04:00
2025-08-31 10:07:37 +02:00
2025-06-01 11:21:00 +02:00
2025-08-06 22:02:46 +02:00
2025-07-10 19:04:40 +02:00
2025-08-23 23:22:50 +02:00