sway: don't mouse warp
This commit is contained in:
parent
82501d22d3
commit
9c1c330452
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@
|
||||||
};
|
};
|
||||||
focus = {
|
focus = {
|
||||||
# Don't automatically focus hovered windows
|
# Don't automatically focus hovered windows
|
||||||
followMouse = "no";
|
followMouse = false;
|
||||||
|
# Don't automatically move the mouse cursor when switching outputs
|
||||||
|
mouseWarping = false;
|
||||||
};
|
};
|
||||||
gaps = {
|
gaps = {
|
||||||
# Disable borders on workspaces with a single container
|
# Disable borders on workspaces with a single container
|
||||||
|
|
Loading…
Reference in a new issue