aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/seat.c')
-rw-r--r--sway/commands/seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/seat.c b/sway/commands/seat.c
index eba28cac..84c6ba53 100644
--- a/sway/commands/seat.c
+++ b/sway/commands/seat.c
@@ -22,6 +22,7 @@ static struct cmd_handler seat_handlers[] = {
22 { "idle_wake", seat_cmd_idle_wake }, 22 { "idle_wake", seat_cmd_idle_wake },
23 { "keyboard_grouping", seat_cmd_keyboard_grouping }, 23 { "keyboard_grouping", seat_cmd_keyboard_grouping },
24 { "pointer_constraint", seat_cmd_pointer_constraint }, 24 { "pointer_constraint", seat_cmd_pointer_constraint },
25 { "shortcuts_inhibitor", seat_cmd_shortcuts_inhibitor },
25 { "xcursor_theme", seat_cmd_xcursor_theme }, 26 { "xcursor_theme", seat_cmd_xcursor_theme },
26}; 27};
27 28