Register for layout unmanage handling in runner

This commit is contained in:
Thibault Jouan
2015-04-20 10:18:39 +00:00
parent a052140921
commit 38a90ab0af
2 changed files with 11 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ module Uh
log "Managing client #{client}"
layout << client
end
@events.on :unmanage do |client|
log "Unmanaging client #{client}"
layout.remove client
end
end
def register_keybinds_hooks