* 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.
6 lines
60 B
Ruby
Executable File
6 lines
60 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'uh/wm'
|
|
|
|
Uh::WM::CLI.run(ARGV)
|