From bb0adde65292f92e6d7c4b42340b7484965b8eab Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Fri, 1 May 2026 23:12:40 +0900 Subject: [PATCH] Restore jetbrains no_follow_mouse (#5239) This reverts partially commit e5783569489818724d221f4400cb952f300d29ad. --- default/hypr/apps.conf | 1 + default/hypr/apps/jetbrains.conf | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 default/hypr/apps/jetbrains.conf diff --git a/default/hypr/apps.conf b/default/hypr/apps.conf index 777692cd..f64c6e39 100644 --- a/default/hypr/apps.conf +++ b/default/hypr/apps.conf @@ -3,6 +3,7 @@ source = ~/.local/share/omarchy/default/hypr/apps/1password.conf source = ~/.local/share/omarchy/default/hypr/apps/bitwarden.conf source = ~/.local/share/omarchy/default/hypr/apps/browser.conf source = ~/.local/share/omarchy/default/hypr/apps/hyprshot.conf +source = ~/.local/share/omarchy/default/hypr/apps/jetbrains.conf source = ~/.local/share/omarchy/default/hypr/apps/localsend.conf source = ~/.local/share/omarchy/default/hypr/apps/pip.conf source = ~/.local/share/omarchy/default/hypr/apps/qemu.conf diff --git a/default/hypr/apps/jetbrains.conf b/default/hypr/apps/jetbrains.conf new file mode 100644 index 00000000..b1eea6a0 --- /dev/null +++ b/default/hypr/apps/jetbrains.conf @@ -0,0 +1,6 @@ +# Disable mouse focus (see https://github.com/basecamp/omarchy/pull/5183#issuecomment-4189299971) +windowrule { + name = jetbrains-focus + no_follow_mouse = on + match:class = ^(jetbrains-.*)$ +}