From 5ed78b92963ebf8feb9bd81a70b4745b84cbf338 Mon Sep 17 00:00:00 2001 From: Przemyslaw Grondek Date: Tue, 18 Jun 2019 15:21:30 +0200 Subject: [PATCH] [i3] Disable focus on mouse --- i3-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3-config b/i3-config index fa19fd9..38b759e 100644 --- a/i3-config +++ b/i3-config @@ -224,3 +224,6 @@ for_window [class="^jetbrains-.+"][window_type=dialog] focus # Citrix workspace for_window [class="Wfica"] border pixel 0 for_window [class="PrimaryAuthManager"] floating enable + +# Disable focusing by mouse +focus_follows_mouse no