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:
parent
0c1d24d9db
commit
202d249c78
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue