Prototype clients management with windows

This commit is contained in:
Thibault Jouan
2015-04-15 17:56:17 +00:00
parent 8bcb31ddc2
commit fe47e27d98
5 changed files with 38 additions and 0 deletions

View File

@@ -66,6 +66,14 @@ module Uh
`sockstat -u`.lines.grep /\s+ruby.+\s+#{pid}/
end.any?
end
def x_window_name
'Event Tester'
end
def x_window_map
spawn 'xev -event owner_grab_button'
end
end
end
end