Implement workspaces

This commit is contained in:
Drew DeVault 2018-01-30 23:09:21 -05:00
parent 8231f99c12
commit b28602aa74
14 changed files with 420 additions and 30 deletions

View file

@ -35,6 +35,7 @@ sway_sources = files(
'commands/input/xkb_variant.c',
'commands/output.c',
'commands/reload.c',
'commands/workspace.c',
'config.c',
'config/output.c',
'config/seat.c',