1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-17 07:35:13 +02:00

seat: set default cursor on enter

Fixes: https://codeberg.org/vyivel/dulcepan/issues/5
This commit is contained in:
Kirill Primak
2024-06-20 08:28:50 +03:00
parent 4ffc074c10
commit afb4bf1a39
4 changed files with 17 additions and 0 deletions

View File

@@ -14,8 +14,10 @@ wayland_scanner_client = generator(
)
client_protocols = [
wl_protocol_dir / 'stable/tablet/tablet-v2.xml', # cursor-shape dependency
wl_protocol_dir / 'stable/viewporter/viewporter.xml',
wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml', # layer-shell dependency
wl_protocol_dir / 'staging/cursor-shape/cursor-shape-v1.xml',
'wlr-layer-shell-unstable-v1.xml',
'wlr-screencopy-unstable-v1.xml',
]