mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-14 14:28:24 +02:00
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:
parent
7f60479a90
commit
93a5fb8e6f
@ -187,7 +187,6 @@ in
|
|||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
animate_manual_resizes = true;
|
animate_manual_resizes = true;
|
||||||
animate_mouse_windowdragging = true;
|
|
||||||
disable_autoreload = true;
|
disable_autoreload = true;
|
||||||
new_window_takes_over_fullscreen = 1;
|
new_window_takes_over_fullscreen = 1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user