Add default_orientation command

This commit is contained in:
Drew DeVault 2018-03-30 10:43:55 -04:00
parent 2d46050281
commit 69eb021767
5 changed files with 26 additions and 4 deletions

View file

@ -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 },
};