Quit on `mod1+q' key binding

* Loop our runner until it is "stopped";
* Use the event dispatcher to stop the runner on `mod1+q' key press;
* Tell the manager to grab the `q' key.
This commit is contained in:
Thibault Jouan
2015-04-08 02:56:10 +00:00
parent 224ae6be5f
commit ceac19b346
7 changed files with 73 additions and 4 deletions

View File

@@ -3,4 +3,3 @@
require 'uh/wm'
Uh::WM::CLI.run(ARGV)
sleep 8