| Age | Commit message (Collapse) | Author |
|
|
|
instead of `Mutex<CursorImageAttributes>`
|
|
* Fix typos reported by "typos" crate
https://github.com/crate-ci/typos
* Ignore typo datas -> data
See https://github.com/crate-ci/typos?tab=readme-ov-file#false-positives
for more configureability.
---------
Co-authored-by: Carl Hjerpe <git@hjerpe.xyz>
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
|
|
|
|
I only hit this when the renderer was completely busted, but
nevertheless.
|
|
Some themes don't have all the cursors specified as in w3c
specification, thus try to check for alternative names as well.
|
|
|
|
|
|
This allows them to apply the right scale factor.
|
|
This should allow users to configure theme and size for the cursor,
as well as automatically set `XCURSOR_THEME` and `XCURSOR_SIZE` env
variables.
|
|
First part of https://github.com/YaLTeR/niri/issues/16
|