chore: adjust comment about invisible cursors

This commit is contained in:
oddlama 2023-09-05 00:53:34 +02:00
parent 28a629aa70
commit 645c85a1d9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -80,7 +80,8 @@
home.sessionVariables = {
# Let nixos electron wrappers enable wayland
NIXOS_OZONE_WL = 1;
# Cursor invisible, TODO retest with vulkan
# Cursor is invisible otherwise
# XXX: retest in 2024
WLR_NO_HARDWARE_CURSORS = 1;
# opengl backend flickers, also vulkan is love.
WLR_RENDERER = "vulkan";