Added --non-exclusive parameter to skip requesting exclusive zone from compositor

This allows wvkbd to show on top of existing windows, not pushing them
out of the way.

Ref: https://github.com/jjsullivan5196/wvkbd/issues/102
Ref: https://github.com/jjsullivan5196/wvkbd/issues/93
This commit is contained in:
Maarten van Gompel
2025-08-09 21:41:19 +02:00
parent b3a7e95c69
commit 3a44beac1f
2 changed files with 10 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ struct kbd {
double preferred_scale, preferred_fractional_scale;
bool landscape;
bool shift_space_is_tab;
bool exclusive;
uint8_t mods;
uint8_t compose;
struct key *last_press;