From 3e7b534399ec148e4084a09eaba1a34412dcb46a Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 4 Apr 2024 18:55:47 +0100 Subject: Added to config - exit-on-keyboard-focus-loss=no --- .config/fuzzel/fuzzel.ini | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/fuzzel/fuzzel.ini') diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 8aa783d..b0c5b3d 100755 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -11,6 +11,13 @@ fuzzy=yes # terminal=$TERMINAL -e # Note: you cannot actually use environment variables here # launch-prefix= +# Setting this to false can be useful on compositors where enabling +# "focus-follows-mouse" causes fuzzel to exit as soon as the mouse +# is moved over another window. Sway (<= 1.7) exhibits this +# behavior, for example. +# Default: _yes_ +exit-on-keyboard-focus-loss=no + # lines=15 width=35 horizontal-pad=10 -- cgit v1.2.3