From 760aa03e4935c9c7d019c3d72e3227a21cbf8c76 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Wed, 12 Mar 2025 16:09:47 +0200 Subject: [PATCH] hyprland's persistent wraps --- modules/home/desktop/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index a40ebe9..f8e2ea3 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -224,6 +224,7 @@ in { }; }; binds.scroll_event_delay = 0; + cursor.persistent_warps = true; bind = [ "$mod, Return, exec, $terminal"