Skip to content

Commit 021a9ae

Browse files
committed
use kcursor for cursor rendering
1 parent 038fb41 commit 021a9ae

File tree

4 files changed

+250
-28
lines changed

4 files changed

+250
-28
lines changed

Cargo.lock

Lines changed: 230 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ futures-util = { version = "0.3.31", default-features = false, features = ["std"
5353
indexmap = "2.9.0"
5454
input = { version = "0.9.1", default-features = false, features = ["libinput_1_21"] }
5555
jiff = "0.2.14"
56+
kcursor = { git = "https://github.com/m4rch3n1ng/kcursor" }
5657
libc = "0.2.172"
5758
log = "0.4.27"
5859
log-panics = { version = "2.1.0", features = ["with-backtrace"] }

resources/mayland.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ cursor {
6868
# XCURSOR_THEME and the XCURSOR_SIZE env var
6969
# and will otherwise fallback to "default" and 24
7070

71-
# xcursor-theme = "Bibata-Modern-Classic"
71+
# xcursor-theme = "Breeze_Light"
7272
# xcursor-size = 24
7373
}
7474

0 commit comments

Comments
 (0)