mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
This reverts partially commit e5783569489818724d221f4400cb952f300d29ad.
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
# Disable mouse focus (see https://github.com/basecamp/omarchy/pull/5183#issuecomment-4189299971)
|
|
windowrule {
|
|
name = jetbrains-focus
|
|
no_follow_mouse = on
|
|
match:class = ^(jetbrains-.*)$
|
|
}
|