From fd7873190ef739ebab3cc9a49a466ef7102b393d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 9 Nov 2022 16:39:59 -0600 Subject: [PATCH] adding cursors for nvidia on hypr --- README.org | 1 + system/kaladin/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 0bd38f9..2cd514c 100644 --- a/README.org +++ b/README.org @@ -896,6 +896,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a environment.variables = { <> + WLR_NO_HARDWARE_CURSORS = "1"; }; # Define a user account. Don't forget to set a password with ‘passwd’. diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 9217ef4..531eb81 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -153,6 +153,7 @@ # Thought I needed this but apparently they are working fine without it. # QT_XCB_GL_INTEGRATION = "xcb_egl"; # QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms"; + WLR_NO_HARDWARE_CURSORS = "1"; }; # Define a user account. Don't forget to set a password with ‘passwd’.