diff options
author | emersion <[email protected]> | 2018-03-30 11:49:45 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-30 11:49:45 -0400 |
commit | 1592543fd67c23467c81dfa51900bd798b9d8dfc (patch) | |
tree | 0f433cabde70591fbaf3e08352d2254222252804 /sway/commands.c | |
parent | b6b674fd7621dc09182bcc4b0bd6d214365a5b89 (diff) | |
parent | 69eb021767d8cf57b08699c7e330fe8c52ca2764 (diff) |
Merge pull request #1659 from swaywm/default-orientation
Add default_orientation command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
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 }, }; |