hyprland: Disable animate_mouse_windowdragging

Fixes an issue where having this option on would cause very noticeable
lag when dragging windows across the screen.
This commit is contained in:
Donovan Glover 2024-04-17 16:09:28 -04:00
parent 7f60479a90
commit 93a5fb8e6f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -187,7 +187,6 @@ in
misc = {
disable_hyprland_logo = true;
animate_manual_resizes = true;
animate_mouse_windowdragging = true;
disable_autoreload = true;
new_window_takes_over_fullscreen = 1;
};