fix(hyprland): set warps to false for stability
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
};
|
||||
cursor = {
|
||||
hide_on_key_press = false;
|
||||
no_warps = true;
|
||||
no_warps = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user