From 0bc6869ae4a08876c47ad6f8204109cbed6983ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 10 Oct 2024 23:16:21 +0200 Subject: [PATCH] Disable hardware cursor --- home/hyprland/hyprland_gunter.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/hyprland/hyprland_gunter.nix b/home/hyprland/hyprland_gunter.nix index f39fe3c..7c92df3 100644 --- a/home/hyprland/hyprland_gunter.nix +++ b/home/hyprland/hyprland_gunter.nix @@ -58,6 +58,10 @@ follow_mouse = 1; }; + cursor = { + no_hardware_cursors = true; + }; + env = [ "LIBVA_DRIVER_NAME,nvidia" "XDG_SESSION_TYPE,wayland"