aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-30 11:49:45 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-03-30 11:49:45 -0400
commit7230e64b455e1cf79114edc730d985a9569a2e2a (patch)
tree0f433cabde70591fbaf3e08352d2254222252804 /include
parent18d8ac8f7d095cb74236b5291542d76491361edd (diff)
parentbdb3728b1c15aac89928be7d352eb147b6c43437 (diff)
Merge pull request #1659 from swaywm/default-orientation
Add default_orientation command
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 1291d5fb..66f097ea 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -95,6 +95,7 @@ sway_cmd cmd_commands;
sway_cmd cmd_debuglog;
sway_cmd cmd_default_border;
sway_cmd cmd_default_floating_border;
+sway_cmd cmd_default_orientation;
sway_cmd cmd_exec;
sway_cmd cmd_exec_always;
sway_cmd cmd_exit;
@@ -125,7 +126,6 @@ sway_cmd cmd_move;
sway_cmd cmd_new_float;
sway_cmd cmd_new_window;
sway_cmd cmd_no_focus;
-sway_cmd cmd_orientation;
sway_cmd cmd_output;
sway_cmd cmd_permit;
sway_cmd cmd_reject;