From 7913e784bd7663eeb8936a2d3454700b2cd74851 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 4 Jul 2024 09:35:14 -0400 Subject: [PATCH] Revert "hyprland: Disable animate_mouse_windowdragging" This was fixed in a recent Hyprland version. --- home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 14774f39..9e26f537 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -183,6 +183,7 @@ in misc = { disable_hyprland_logo = true; animate_manual_resizes = true; + animate_mouse_windowdragging = true; disable_autoreload = true; new_window_takes_over_fullscreen = 1; initial_workspace_tracking = 0;