aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-15 05:22:51 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-15 05:22:51 -0500
commit9eecbb5d8a988a0dded57ead1982dd0121071454 (patch)
tree3b02befcc78d300a0fd84b5962b323d015369398 /sway/commands.c
parentbasic configuration (diff)
downloadsway-9eecbb5d8a988a0dded57ead1982dd0121071454.tar.gz
sway-9eecbb5d8a988a0dded57ead1982dd0121071454.tar.zst
sway-9eecbb5d8a988a0dded57ead1982dd0121071454.zip
xkb config
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index e003e06d..b8948fb7 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -154,6 +154,11 @@ static struct cmd_handler input_handlers[] = {
154 { "pointer_accel", input_cmd_pointer_accel }, 154 { "pointer_accel", input_cmd_pointer_accel },
155 { "scroll_method", input_cmd_scroll_method }, 155 { "scroll_method", input_cmd_scroll_method },
156 { "tap", input_cmd_tap }, 156 { "tap", input_cmd_tap },
157 { "xkb_layout", input_cmd_xkb_layout },
158 { "xkb_model", input_cmd_xkb_model },
159 { "xkb_options", input_cmd_xkb_options },
160 { "xkb_rules", input_cmd_xkb_rules },
161 { "xkb_variant", input_cmd_xkb_variant },
157}; 162};
158 163
159// must be in order for the bsearch 164// must be in order for the bsearch