]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
Allow checking for duplicate bindings with -C
[i3/i3] / src / commands.c
index 69015d92ee43a14c96482a97786c2b5fb1bc1931..624c27dbd8f4c59dbf198b87aed5ec603653bcc1 100644 (file)
@@ -1573,7 +1573,7 @@ void cmd_reload(I3_CMD) {
     LOG("reloading\n");
     kill_nagbar(&config_error_nagbar_pid, false);
     kill_nagbar(&command_error_nagbar_pid, false);
-    load_configuration(NULL, true);
+    load_configuration(NULL, C_RELOAD);
     x_set_i3_atoms();
     /* Send an IPC event just in case the ws names have changed */
     ipc_send_workspace_event("reload", NULL, NULL);