mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
3 lines
157 B
Lua
3 lines
157 B
Lua
-- Disable mouse focus (see https://github.com/basecamp/omarchy/pull/5183#issuecomment-4189299971).
|
|
o.window("^(jetbrains-.*)$", { no_follow_mouse = true })
|