From 297551492332e4edf9b28f73537e34aa2568175b Mon Sep 17 00:00:00 2001 From: hmpthcs <106286734+hmpthcs@users.noreply.github.com> Date: Sun, 16 Apr 2023 02:43:29 -0400 Subject: [PATCH] Update commands.h --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sway/commands.h b/include/sway/commands.h index 3212c2cf4..0f2d12d51 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -124,6 +124,7 @@ sway_cmd cmd_create_output; sway_cmd cmd_default_border; sway_cmd cmd_default_floating_border; sway_cmd cmd_default_orientation; +sway_cmd cmd_drag_mode; sway_cmd cmd_exec; sway_cmd cmd_exec_always; sway_cmd cmd_exit;