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:
@@ -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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user