diff options
author | Drew DeVault <[email protected]> | 2018-01-30 23:09:21 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-01-30 23:09:21 -0500 |
commit | b28602aa7425cf435150e6008624429737e037d3 (patch) | |
tree | dafe7d23c48457299f33803832f6b89e09a915ce /sway/meson.build | |
parent | 8231f99c12b059bf762c2ca77258a520b3a6886f (diff) |
Implement workspaces
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 51e9e4db..271d4a99 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -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', |