From 219d2a3d17852f3e22e93cfab5e3308a4c3aaa36 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 26 Jul 2024 14:04:45 +0200 Subject: [PATCH] wayland: disable hardware cursors as of recent cursors have disappeard sometimes and only a sway restart has helped. this might workaround that bug --- nix/home-manager/profiles/wayland-desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home-manager/profiles/wayland-desktop.nix b/nix/home-manager/profiles/wayland-desktop.nix index 38231da..73fc23a 100644 --- a/nix/home-manager/profiles/wayland-desktop.nix +++ b/nix/home-manager/profiles/wayland-desktop.nix @@ -73,6 +73,7 @@ in { XDG_SESSION_TYPE = "wayland"; NIXOS_OZONE_WL = "1"; MOZ_ENABLE_WAYLAND = "1"; + WLR_NO_HARDWARE_CURSORS = "1"; }; home.pointerCursor = {