From 92e1fc00fdb78abaf050606797ffbb86a3f4328b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 7 Oct 2018 14:44:37 -0400 Subject: Shim client.background and client.placeholder These are not supported by sway, but are valid i3 commands and should not cause config errors. Also includes a couple of minor touch-ups. --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sway/commands.h b/include/sway/commands.h index f7fafb96..21b8b87a 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -103,6 +103,7 @@ sway_cmd cmd_bar; sway_cmd cmd_bindcode; sway_cmd cmd_bindsym; sway_cmd cmd_border; +sway_cmd cmd_client_noop; sway_cmd cmd_client_focused; sway_cmd cmd_client_focused_inactive; sway_cmd cmd_client_unfocused; -- cgit v1.2.3