summaryrefslogtreecommitdiffstats
path: root/sway/commands/input/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/input/events.c')
-rw-r--r--sway/commands/input/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/input/events.c b/sway/commands/input/events.c
index 44bc9e74..cd2985ee 100644
--- a/sway/commands/input/events.c
+++ b/sway/commands/input/events.c
@@ -101,7 +101,7 @@ static void toggle_wildcard_send_events(int argc, char **argv) {
101 } else { 101 } else {
102 toggle_supported_send_events_for_device(ic, input_device); 102 toggle_supported_send_events_for_device(ic, input_device);
103 } 103 }
104 store_input_config(ic); 104 store_input_config(ic, NULL);
105 } 105 }
106} 106}
107 107