mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
input/keyboard: enable user xkb configs with cap_sys_nice
This commit is contained in:
parent
e1b268af98
commit
78b9762016
3 changed files with 52 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue