This partially works around #2246 This is setting a var specific to wlroots, BUT many UIs use wlroots and some (phosh) vendor it so adding a single text file with 1 line in it seems better than having at least 2 extra subpackages (1 for installing if phoc, 1 for installing if wlroots, and others?) Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6508 Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6508
5 lines
243 B
Bash
5 lines
243 B
Bash
# Disabling hw cursors in wlroots helps with the cursor showing up in the
|
|
# wrong location.
|
|
# https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2246
|
|
# https://github.com/swaywm/sway/issues/6581
|
|
export WLR_NO_HARDWARE_CURSORS=1
|