From 74a9bad9f3030d4077f1c67848acfebc6f17a0cb Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 2 Nov 2020 01:57:42 -0500 Subject: [PATCH] Use "no" instead of "false" for focus_follows_mouse This was presumably originally to support sway, which has a more rigid parser for the config file --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 7754d46..dc3a6aa 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -117,7 +117,7 @@ for_window [class="calibre" title="calibre - Preferences.*|User plugins"] floati font pango:DejaVu Sans Mono 10 # i3 options -focus_follows_mouse false +focus_follows_mouse no default_border pixel 2 workspace_auto_back_and_forth yes focus_on_window_activation urgent