From a23205be99eb9766d08f0247d4a06ed539cddc3b Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 18 Jun 2023 18:47:05 -0400 Subject: [PATCH] No hardware cursors on vmware --- machines/productivity-vm/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/productivity-vm/configuration.nix b/machines/productivity-vm/configuration.nix index 6db4c42..326b93c 100644 --- a/machines/productivity-vm/configuration.nix +++ b/machines/productivity-vm/configuration.nix @@ -62,8 +62,8 @@ # Make hyprland work environment.sessionVariables = { - # "WLR_NO_HARDWARE_CURSORS" = "1"; # "WLR_RENDERER" = "pixman"; "WLR_RENDERER_ALLOW_SOFTWARE" = "1"; + "WLR_NO_HARDWARE_CURSORS" = "1"; }; }