1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-08 17:15:13 +02:00

Add screen number overlays

This commit is contained in:
Jason Francis
2019-08-12 18:38:46 -04:00
parent 8cea18fd0d
commit 3d69ae73d3
9 changed files with 646 additions and 33 deletions

View File

@@ -18,8 +18,10 @@ wayland_scanner_client = generator(
client_protocols = [
[wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
['wlr-output-management-unstable-v1.xml'],
['wlr-screencopy-unstable-v1.xml']
['wlr-screencopy-unstable-v1.xml'],
['wlr-layer-shell-unstable-v1.xml']
]
client_protos_src = []