wvkbd: configure layers

This commit is contained in:
Colin 2024-03-06 05:04:31 +00:00
parent 18c7fc17fd
commit 085232f18c

View File

@ -18,6 +18,23 @@ in
Restart = "always";
RestartSec = "3s";
};
# wvkbd layers:
# - full
# - landscape
# - special (e.g. coding symbols like ~)
# - emoji
# - nav
# - simple (like landscape, but no parens/tab/etc; even fewer chars)
# - simplegrid (simple, but grid layout)
# - dialer (digits)
# - cyrillic
# - arabic
# - persian
# - greek
# - georgian
environment.WVKBD_LANDSCAPE_LAYERS = "landscape,special,emoji";
environment.WVKBD_LAYERS = "full,special,emoji";
};
};
}