From a38caf06acc016ed77b4d4ec1a16145e306b706f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Aug 2020 20:59:26 +0200 Subject: [PATCH] sway: Disable hardware cursor This applies redshift to the cursor --- modules/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sway.nix b/modules/sway.nix index 9608733..8f136f8 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -23,6 +23,7 @@ export QT_QPA_PLATFORM=wayland-egl export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export SDL_VIDEODRIVER=wayland + export WLR_NO_HARDWARE_CURSORS=1 export _JAVA_AWT_WM_NONREPARENTING=1 ''; };