input/keyboard: enable user xkb configs with cap_sys_nice

This commit is contained in:
Ronan Pigott 2022-12-04 14:17:00 -07:00
parent e1b268af98
commit 78b9762016
3 changed files with 52 additions and 0 deletions

View file

@ -81,6 +81,8 @@ struct sway_keyboard_group {
struct wl_list link; // sway_seat::keyboard_groups
};
int xkb_context_include_path_append_default_unsecured(struct xkb_context *ctx);
struct xkb_keymap *sway_keyboard_compile_keymap(struct input_config *ic,
char **error);