Files
arthur-os/default/hypr/apps/jetbrains.lua
2026-05-11 10:39:22 -04:00

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,
})