aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-03 15:08:38 -0400
committerGitHub <noreply@github.com>2018-08-03 15:08:38 -0400
commit38675eba7be471a2dacb5928f54d046297c23517 (patch)
tree7982d1f38fcb3620372c1c8461de1450063e5355 /sway/commands.c
parent3e2bf7f3a550db995a38808e0abd53fefab96f80 (diff)
parent36fd84cc42ebb2933d24c2d3d4b84f3f32f065b0 (diff)
downloadsway-38675eba7be471a2dacb5928f54d046297c23517.tar.xz
Merge pull request #2400 from RedSoxFan/swaynag-config-errors
Show swaynag on config errors
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index fdae1961..364c26da 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = {
static struct cmd_handler config_handlers[] = {
{ "default_orientation", cmd_default_orientation },
{ "swaybg_command", cmd_swaybg_command },
+ { "swaynag_command", cmd_swaynag_command },
{ "workspace_layout", cmd_workspace_layout },
};