summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-03-30 10:43:55 -0400
committerDrew DeVault <[email protected]>2018-03-30 10:43:55 -0400
commit69eb021767d8cf57b08699c7e330fe8c52ca2764 (patch)
treec4160dfb51ece94ea4858fd86a097b881405f4b9 /sway/commands.c
parent2d460502812093b47f43295cf21636198e44edbb (diff)
Add default_orientation command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index bcc777ed..eee7f254 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -149,6 +149,7 @@ static struct cmd_handler bar_colors_handlers[] = {
/* Config-time only commands. Keep alphabetized */
static struct cmd_handler config_handlers[] = {
+ { "default_orientation", cmd_default_orientation },
{ "set", cmd_set },
{ "swaybg_command", cmd_swaybg_command },
};