config: keyboard.popovers = true

Enable keyboard popovers by default. This feature is also enabled in
osk-sdl by default, so have it here too in order to not have a
regression for users when switching from osk-sdl to unl0kr.
This commit is contained in:
Oliver Smith 2023-03-05 19:29:31 +01:00
parent 0c1d24d9db
commit 202d249c78
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -80,7 +80,7 @@ static void init_opts(ul_config_opts *opts) {
opts->general.timeout = 0;
opts->keyboard.autohide = true;
opts->keyboard.layout_id = SQ2LV_LAYOUT_US;
opts->keyboard.popovers = false;
opts->keyboard.popovers = true;
opts->textarea.obscured = true;
opts->textarea.bullet = LV_SYMBOL_BULLET;
opts->theme.default_id = UL_THEMES_THEME_BREEZY_DARK;