mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
7 lines
216 B
Lua
7 lines
216 B
Lua
-- Disable mouse focus (see https://github.com/basecamp/omarchy/pull/5183#issuecomment-4189299971).
|
|
hl.window_rule({
|
|
name = "jetbrains-focus",
|
|
match = { class = "^(jetbrains-.*)$" },
|
|
no_follow_mouse = true,
|
|
})
|