aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 17:49:44 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68 (patch)
tree08a5de486cfceb091b5b1faa5e8ea893bea1de57 /include/sway/commands.h
parentMove bar config into its own file (diff)
downloadsway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.tar.gz
sway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.tar.zst
sway-5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68.zip
Add swaybg_command
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 dda286a2..1291d5fb 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -141,6 +141,7 @@ sway_cmd cmd_splith;
141sway_cmd cmd_splitt; 141sway_cmd cmd_splitt;
142sway_cmd cmd_splitv; 142sway_cmd cmd_splitv;
143sway_cmd cmd_sticky; 143sway_cmd cmd_sticky;
144sway_cmd cmd_swaybg_command;
144sway_cmd cmd_unmark; 145sway_cmd cmd_unmark;
145sway_cmd cmd_workspace; 146sway_cmd cmd_workspace;
146sway_cmd cmd_ws_auto_back_and_forth; 147sway_cmd cmd_ws_auto_back_and_forth;