diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-04 18:55:47 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-04 18:55:47 +0100 |
commit | 3e7b534399ec148e4084a09eaba1a34412dcb46a (patch) | |
tree | fb5cdb4373d14889fdb055fef7e5368954e78f6e /.config | |
parent | b82d24199d1a5b0f914f9f26f7c11673911df6f8 (diff) |
Added to config - exit-on-keyboard-focus-loss=no
Diffstat (limited to '.config')
-rwxr-xr-x | .config/fuzzel/fuzzel.ini | 7 |
1 files changed, 7 insertions, 0 deletions
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=<not set> +# 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 |