From 1652b065991f4fc5ee455b1ad53ba94884ef4f0a Mon Sep 17 00:00:00 2001 From: tomoron Date: Tue, 29 Oct 2024 14:35:18 +0100 Subject: [PATCH] stop warp cursor when changing window on hyprland. remove monitor in default config --- modules/hyprland.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 52efce4..d23b3ca 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -146,6 +146,8 @@ layout = "dwindle"; }; + cursor.no_warps = true; + env = [ "HYPRCURSOR_SIZE,17" "HYPRCURSOR_THEME,bibata-modern-classic" @@ -157,10 +159,5 @@ "waybar&" "alacritty&" ]; - - monitor= [ - "eDP-1, 1920x1080@120, 0x0, 1" - "HDMI-A-1, 1920x1080@60, auto, auto" - ]; }; }