wayland: disable hardware cursors
as of recent cursors have disappeard sometimes and only a sway restart has helped. this might workaround that bug
This commit is contained in:
parent
5c26cce9a6
commit
219d2a3d17
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ in {
|
|||
XDG_SESSION_TYPE = "wayland";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue