summaryrefslogtreecommitdiffstats
path: root/sway/input/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/keyboard.c')
-rw-r--r--sway/input/keyboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/keyboard.c b/sway/input/keyboard.c
index 420cefa6..d90655f2 100644
--- a/sway/input/keyboard.c
+++ b/sway/input/keyboard.c
@@ -98,7 +98,6 @@ static void keyboard_execute_command(struct sway_keyboard *keyboard,
98 struct sway_binding *binding) { 98 struct sway_binding *binding) {
99 wlr_log(L_DEBUG, "running command for binding: %s", 99 wlr_log(L_DEBUG, "running command for binding: %s",
100 binding->command); 100 binding->command);
101 config_clear_handler_context(config);
102 config->handler_context.seat = keyboard->seat_device->sway_seat; 101 config->handler_context.seat = keyboard->seat_device->sway_seat;
103 struct cmd_results *results = execute_command(binding->command, NULL); 102 struct cmd_results *results = execute_command(binding->command, NULL);
104 if (results->status != CMD_SUCCESS) { 103 if (results->status != CMD_SUCCESS) {