forked from mirrors_public/oddlama_nix-config
chore: adjust comment about invisible cursors
This commit is contained in:
parent
28a629aa70
commit
645c85a1d9
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue