]> git.sur5r.net Git - i3/i3/blobdiff - include/config_directives.h
Allow assign to workspace by number
[i3/i3] / include / config_directives.h
index f35666f3612000c21c4837c592a5b22261bf6d33..b729e72880d3fd5509f4992ec0d680730f650baf 100644 (file)
@@ -57,7 +57,7 @@ CFGFUN(force_display_urgency_hint, const long duration_ms);
 CFGFUN(focus_on_window_activation, const char *mode);
 CFGFUN(show_marks, const char *value);
 CFGFUN(hide_edge_borders, const char *borders);
-CFGFUN(assign, const char *workspace);
+CFGFUN(assign, const char *workspace, bool is_number);
 CFGFUN(no_focus);
 CFGFUN(ipc_socket, const char *path);
 CFGFUN(restart_state, const char *path);