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

@ -8,6 +8,7 @@ sway_sources = files(
'input/keyboard.c',
'commands/bar.c',
'commands/bind.c',
'commands/default_orientation.c',
'commands/exit.c',
'commands/exec.c',
'commands/exec_always.c',