Prevent focus from following mouse
This commit is contained in:
parent
72bab23c6e
commit
31fe3c9cb0
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue