Forward :manage events to the Layout in Runner

This commit is contained in:
Thibault Jouan
2015-04-16 09:33:56 +00:00
parent 4e65d46730
commit 8bcb31ddc2
2 changed files with 11 additions and 1 deletions

View File

@@ -84,6 +84,9 @@ module Uh
@events.on :connected do |display|
layout.register display
end
@events.on :manage do |client|
layout << client
end
end
def register_keybinds_hooks