mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
docs/environment: add WLR_NO_HARDWARE_CURSORS example
This commit is contained in:
parent
f925fe5893
commit
0ec63a153b
1 changed files with 4 additions and 0 deletions
|
|
@ -15,3 +15,7 @@ MOZ_ENABLE_WAYLAND=1
|
|||
# find /usr/share/icons/ -type d -name "cursors"
|
||||
XCURSOR_THEME=breeze_cursors
|
||||
|
||||
# Disable hardware cursors. Most users wouldn't want to do this, but if you
|
||||
# are experiencing issues with disappearing cursors, this might fix it.
|
||||
WLR_NO_HARDWARE_CURSORS=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue