aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-02 21:37:29 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-03 10:37:35 -0400
commita7f7d4a488c8d3b2461122765f9904c8a411a583 (patch)
tree7abee51265a8b9550c62255d0c6649935ee1d6a2 /include/sway/commands.h
parentShow swaynag on config errors (diff)
downloadsway-a7f7d4a488c8d3b2461122765f9904c8a411a583.tar.gz
sway-a7f7d4a488c8d3b2461122765f9904c8a411a583.tar.zst
sway-a7f7d4a488c8d3b2461122765f9904c8a411a583.zip
Write to swaynag pipe fd directly on config errors
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 41858ccc..f83907b2 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -150,6 +150,7 @@ sway_cmd cmd_splitt;
150sway_cmd cmd_splitv; 150sway_cmd cmd_splitv;
151sway_cmd cmd_sticky; 151sway_cmd cmd_sticky;
152sway_cmd cmd_swaybg_command; 152sway_cmd cmd_swaybg_command;
153sway_cmd cmd_swaynag_command;
153sway_cmd cmd_swap; 154sway_cmd cmd_swap;
154sway_cmd cmd_title_format; 155sway_cmd cmd_title_format;
155sway_cmd cmd_unmark; 156sway_cmd cmd_unmark;