From 22d38600d0edbb35029b3076c14e0e119dbf3dd2 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Mon, 14 May 2018 22:47:10 +1000 Subject: Implement marks --- sway/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 67c2a422..ed14b51a 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -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', -- cgit v1.2.3