From c718ac4020221a411996f2de9c9430353a7388d3 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 16 Apr 2015 09:25:16 +0000 Subject: [PATCH] Manage clients with the Layout --- features/layout/manage.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/layout/manage.feature b/features/layout/manage.feature index cca14f8..d485e57 100644 --- a/features/layout/manage.feature +++ b/features/layout/manage.feature @@ -7,9 +7,7 @@ Feature: layout client management def register *_; end def << client - # FIXME: need the Manager to manage state with clients, not windows - #puts client.wname - puts client.name + puts client end end """