sway: don't mouse warp

This commit is contained in:
Casper V. Kristensen 2023-10-10 12:53:26 +02:00
parent 82501d22d3
commit 9c1c330452

View file

@ -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