1
0
Fork 0
forked from wry/wry

config: add just-mapped window criteria

This commit is contained in:
Julian Orth 2025-05-01 18:52:55 +02:00
parent e36ccd560c
commit 5f1268cada
16 changed files with 95 additions and 4 deletions

View file

@ -1815,6 +1815,10 @@
"fullscreen": {
"type": "boolean",
"description": "Matches if the window is/isn't fullscreen."
},
"just-mapped": {
"type": "boolean",
"description": "Matches if the window has/hasn't just been mapped.\n\nThis is true for one iteration of the compositor's main loop immediately after the\nwindow has been mapped.\n"
}
},
"required": []