Connect to X server

This commit is contained in:
Thibault Jouan
2015-04-06 20:24:49 +00:00
parent 75cf74c217
commit 8f9b767ce1
7 changed files with 50 additions and 0 deletions

5
bin/uhwm Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require 'uh/wm'
Uh::WM::CLI.run!(ARGV)