diff options
author | Drew DeVault <[email protected]> | 2018-03-29 17:49:44 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-29 22:11:08 -0400 |
commit | 5c9cdbcdd2a07e2ced7b60d629a3e20bd7c8bf68 (patch) | |
tree | 08a5de486cfceb091b5b1faa5e8ea893bea1de57 /include/sway/commands.h | |
parent | 569b2bfd5daae5b3be49772bdca4a3f224e20629 (diff) |
Add swaybg_command
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 dda286a2..1291d5fb 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -141,6 +141,7 @@ sway_cmd cmd_splith; sway_cmd cmd_splitt; sway_cmd cmd_splitv; sway_cmd cmd_sticky; +sway_cmd cmd_swaybg_command; sway_cmd cmd_unmark; sway_cmd cmd_workspace; sway_cmd cmd_ws_auto_back_and_forth; |