1
0
Fork 0
forked from wry/wry

implement wlr_output_management_unstable_v1

This commit is contained in:
Mostafa Ibrahim 2025-06-03 22:18:53 +03:00 committed by Julian Orth
parent a3c0631f4e
commit c6060a7389
23 changed files with 1349 additions and 32 deletions

View file

@ -0,0 +1,28 @@
# requests
request set_mode {
mode: id(zwlr_output_mode_v1),
}
request set_custom_mode {
width: i32,
height: i32,
refresh: i32,
}
request set_position {
x: i32,
y: i32,
}
request set_transform {
transform: i32,
}
request set_scale {
scale: fixed,
}
request set_adaptive_sync {
state: u32,
}