mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
input: enable user xkb configs with cap_sys_nice
This commit is contained in:
parent
3061999ec5
commit
2f2cdd60de
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ struct sway_config *config = NULL;
|
|||
|
||||
static struct xkb_state *keysym_translation_state_create(
|
||||
struct xkb_rule_names rules) {
|
||||
struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
|
||||
struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_SECURE_GETENV);
|
||||
struct xkb_keymap *xkb_keymap = xkb_keymap_new_from_names(
|
||||
context,
|
||||
&rules,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue