sway: Disable hardware cursor

This applies redshift to the cursor
This commit is contained in:
Simon Bruder 2020-08-24 20:59:26 +02:00
parent 2719ad6744
commit a38caf06ac
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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
'';
};