diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-08-03 15:08:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 15:08:38 -0400 |
commit | 38675eba7be471a2dacb5928f54d046297c23517 (patch) | |
tree | 7982d1f38fcb3620372c1c8461de1450063e5355 /include/sway/commands.h | |
parent | 3e2bf7f3a550db995a38808e0abd53fefab96f80 (diff) | |
parent | 36fd84cc42ebb2933d24c2d3d4b84f3f32f065b0 (diff) | |
download | sway-38675eba7be471a2dacb5928f54d046297c23517.tar.xz |
Merge pull request #2400 from RedSoxFan/swaynag-config-errors
Show swaynag on config errors
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
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; sway_cmd cmd_splitv; sway_cmd cmd_sticky; sway_cmd cmd_swaybg_command; +sway_cmd cmd_swaynag_command; sway_cmd cmd_swap; sway_cmd cmd_title_format; sway_cmd cmd_unmark; |