Implement swap command

This commit is contained in:
Brian Ashworth 2018-05-26 11:02:21 -04:00
parent fea654a6ce
commit 569f4e0e4c
7 changed files with 218 additions and 0 deletions

View file

@ -63,6 +63,7 @@ sway_sources = files(
'commands/show_marks.c',
'commands/split.c',
'commands/swaybg_command.c',
'commands/swap.c',
'commands/title_format.c',
'commands/unmark.c',
'commands/workspace.c',