From 2ab72e9a4a17089ad8104dc413f32b0c1ace3e49 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 23 Feb 2017 19:22:09 -0500 Subject: [PATCH] Use no_focus on all windows fully expect to revert this in a few hours/days/weeks --- .config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index a06b683..48947b9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -71,6 +71,10 @@ bindsym $mod+Mod1+Left exec /home/adam/.bin/rotate.sh 3 ## Actual i3 Config ## +# Stop all windows from stealing focus when they open +no_focus [tiling] +no_focus [floating] + # Floating windows for_window [class="Wrapper-1.0"] floating enable