From a94dcb7b8aaa678554cc1bb0395b061a1b495f55 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 9 Jun 2025 16:07:06 +0200 Subject: [PATCH] i3: remove some no_focus rules The no_focus rules are for window activation or when they request focus. This is not why we put the rules. We don't want to give them focus at all and this is not the way to do. --- config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config b/config index ebb1fb3..8ea7765 100644 --- a/config +++ b/config @@ -160,17 +160,13 @@ for_window [window_role="PictureInPicture"] floating enable, resize set 1280 720 for_window [class="pavucontrol"] floating enable # Firefox sharing indicator for_window [floating title="Firefox — Sharing Indicator"] border none, sticky enable, move position 15 ppt -5 px -no_focus [floating title="Firefox — Sharing Indicator"] # Chromium sharing indicator for_window [floating title=" is sharing your screen.$"] border none, sticky enable, move position 15 ppt -5 px -no_focus [floating title=" is sharing your screen.$"] # Jitsi sharing indicator for_window [floating title="Screen Sharing Tracker" instance="jitsi meet"] border none, sticky enable, move position 15 ppt -5 px -no_focus [floating title="Screen Sharing Tracker" instance="jitsi meet"] # Zoom (😱?) for_window [class="^zoom$" title="^Zoom($|\s)"] floating disable, border pixel $borderpx for_window [class="^zoom$" title="^zoom"] floating enable, border none -no_focus [class="^zoom$" title="^zoom"] # start stuff exec_always --no-startup-id exec systemctl --user start --no-block i3-session.target