mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-08-29 15:22:07 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user