Prevent focus from following mouse

This commit is contained in:
alejandro-angulo 2026-02-11 19:25:06 -08:00
parent 72bab23c6e
commit 31fe3c9cb0

View file

@ -115,6 +115,9 @@ in
allow_tearing = false; allow_tearing = false;
}; };
# Prevent giving focus to a window just by hovering over it.
input.follow_mouse = false;
# Decoration # Decoration
decoration = { decoration = {
rounding = 10; rounding = 10;