mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
sway: disable mouse warping
This commit is contained in:
parent
60ab590e8b
commit
a6531ffa69
|
@ -173,7 +173,7 @@
|
||||||
focus = {
|
focus = {
|
||||||
followMouse = "always";
|
followMouse = "always";
|
||||||
newWindow = "smart";
|
newWindow = "smart";
|
||||||
mouseWarping = "container";
|
# mouseWarping = "container";
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
names = ["Noto SansM Nerd Font"];
|
names = ["Noto SansM Nerd Font"];
|
||||||
|
|
Loading…
Reference in a new issue