aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 10:43:55 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 10:43:55 -0400
commit69eb021767d8cf57b08699c7e330fe8c52ca2764 (patch)
treec4160dfb51ece94ea4858fd86a097b881405f4b9 /include/sway/commands.h
parentFix crash when override redirect views close (diff)
downloadsway-69eb021767d8cf57b08699c7e330fe8c52ca2764.tar.gz
sway-69eb021767d8cf57b08699c7e330fe8c52ca2764.tar.zst
sway-69eb021767d8cf57b08699c7e330fe8c52ca2764.zip
Add default_orientation command
Diffstat (limited to 'include/sway/commands.h')
-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;
95sway_cmd cmd_debuglog; 95sway_cmd cmd_debuglog;
96sway_cmd cmd_default_border; 96sway_cmd cmd_default_border;
97sway_cmd cmd_default_floating_border; 97sway_cmd cmd_default_floating_border;
98sway_cmd cmd_default_orientation;
98sway_cmd cmd_exec; 99sway_cmd cmd_exec;
99sway_cmd cmd_exec_always; 100sway_cmd cmd_exec_always;
100sway_cmd cmd_exit; 101sway_cmd cmd_exit;
@@ -125,7 +126,6 @@ sway_cmd cmd_move;
125sway_cmd cmd_new_float; 126sway_cmd cmd_new_float;
126sway_cmd cmd_new_window; 127sway_cmd cmd_new_window;
127sway_cmd cmd_no_focus; 128sway_cmd cmd_no_focus;
128sway_cmd cmd_orientation;
129sway_cmd cmd_output; 129sway_cmd cmd_output;
130sway_cmd cmd_permit; 130sway_cmd cmd_permit;
131sway_cmd cmd_reject; 131sway_cmd cmd_reject;