Implement marks

This commit is contained in:
Ryan Dwyer 2018-05-14 22:47:10 +10:00
parent f1f54bbc88
commit 22d38600d0
7 changed files with 178 additions and 3 deletions

View file

@ -43,6 +43,7 @@ sway_sources = files(
'commands/fullscreen.c',
'commands/hide_edge_borders.c',
'commands/kill.c',
'commands/mark.c',
'commands/opacity.c',
'commands/include.c',
'commands/input.c',
@ -62,6 +63,7 @@ sway_sources = files(
'commands/split.c',
'commands/swaybg_command.c',
'commands/title_format.c',
'commands/unmark.c',
'commands/workspace.c',
'commands/ws_auto_back_and_forth.c',