Implement modes

This commit is contained in:
Drew DeVault 2018-03-29 22:10:33 -04:00
parent 741424c4e7
commit 8efee109ad
5 changed files with 74 additions and 2 deletions

View file

@ -16,6 +16,7 @@ sway_sources = files(
'commands/include.c',
'commands/input.c',
'commands/layout.c',
'commands/mode.c',
'commands/seat.c',
'commands/seat/attach.c',
'commands/seat/fallback.c',