aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 7ca0bda8..f53d335a 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -79,7 +79,7 @@ void free_cmd_results(struct cmd_results *results);
79 * 79 *
80 * Free the JSON string later on. 80 * Free the JSON string later on.
81 */ 81 */
82const char *cmd_results_to_json(struct cmd_results *results); 82char *cmd_results_to_json(struct cmd_results *results);
83 83
84struct cmd_results *add_color(const char *name, 84struct cmd_results *add_color(const char *name,
85 char *buffer, const char *color); 85 char *buffer, const char *color);
@@ -95,7 +95,6 @@ sway_cmd cmd_client_unfocused;
95sway_cmd cmd_client_urgent; 95sway_cmd cmd_client_urgent;
96sway_cmd cmd_client_placeholder; 96sway_cmd cmd_client_placeholder;
97sway_cmd cmd_client_background; 97sway_cmd cmd_client_background;
98sway_cmd cmd_clipboard;
99sway_cmd cmd_commands; 98sway_cmd cmd_commands;
100sway_cmd cmd_debuglog; 99sway_cmd cmd_debuglog;
101sway_cmd cmd_default_border; 100sway_cmd cmd_default_border;
@@ -107,13 +106,14 @@ sway_cmd cmd_exit;
107sway_cmd cmd_floating; 106sway_cmd cmd_floating;
108sway_cmd cmd_floating_maximum_size; 107sway_cmd cmd_floating_maximum_size;
109sway_cmd cmd_floating_minimum_size; 108sway_cmd cmd_floating_minimum_size;
110sway_cmd cmd_floating_mod; 109sway_cmd cmd_floating_modifier;
111sway_cmd cmd_floating_scroll; 110sway_cmd cmd_floating_scroll;
112sway_cmd cmd_focus; 111sway_cmd cmd_focus;
113sway_cmd cmd_focus_follows_mouse; 112sway_cmd cmd_focus_follows_mouse;
114sway_cmd cmd_focus_wrapping; 113sway_cmd cmd_focus_wrapping;
115sway_cmd cmd_font; 114sway_cmd cmd_font;
116sway_cmd cmd_for_window; 115sway_cmd cmd_for_window;
116sway_cmd cmd_force_display_urgency_hint;
117sway_cmd cmd_force_focus_wrapping; 117sway_cmd cmd_force_focus_wrapping;
118sway_cmd cmd_fullscreen; 118sway_cmd cmd_fullscreen;
119sway_cmd cmd_gaps; 119sway_cmd cmd_gaps;
@@ -153,6 +153,7 @@ sway_cmd cmd_swaybg_command;
153sway_cmd cmd_swap; 153sway_cmd cmd_swap;
154sway_cmd cmd_title_format; 154sway_cmd cmd_title_format;
155sway_cmd cmd_unmark; 155sway_cmd cmd_unmark;
156sway_cmd cmd_urgent;
156sway_cmd cmd_workspace; 157sway_cmd cmd_workspace;
157sway_cmd cmd_ws_auto_back_and_forth; 158sway_cmd cmd_ws_auto_back_and_forth;
158sway_cmd cmd_workspace_layout; 159sway_cmd cmd_workspace_layout;
@@ -208,8 +209,10 @@ sway_cmd input_cmd_natural_scroll;
208sway_cmd input_cmd_pointer_accel; 209sway_cmd input_cmd_pointer_accel;
209sway_cmd input_cmd_repeat_delay; 210sway_cmd input_cmd_repeat_delay;
210sway_cmd input_cmd_repeat_rate; 211sway_cmd input_cmd_repeat_rate;
212sway_cmd input_cmd_scroll_button;
211sway_cmd input_cmd_scroll_method; 213sway_cmd input_cmd_scroll_method;
212sway_cmd input_cmd_tap; 214sway_cmd input_cmd_tap;
215sway_cmd input_cmd_tap_button_map;
213sway_cmd input_cmd_xkb_layout; 216sway_cmd input_cmd_xkb_layout;
214sway_cmd input_cmd_xkb_model; 217sway_cmd input_cmd_xkb_model;
215sway_cmd input_cmd_xkb_options; 218sway_cmd input_cmd_xkb_options;