summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-03-30 11:49:45 -0400
committerLibravatar GitHub <noreply@github.com>2018-03-30 11:49:45 -0400
commit1592543fd67c23467c81dfa51900bd798b9d8dfc (patch)
tree0f433cabde70591fbaf3e08352d2254222252804 /include
parentMerge pull request #1657 from emersion/render-fixes (diff)
parentAdd default_orientation command (diff)
downloadsway-1592543fd67c23467c81dfa51900bd798b9d8dfc.tar.gz
sway-1592543fd67c23467c81dfa51900bd798b9d8dfc.tar.zst
sway-1592543fd67c23467c81dfa51900bd798b9d8dfc.zip
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;
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;