diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-20 15:04:05 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-20 15:04:05 +0100 |
commit | ac3fe41b9b77964a56da652c3930f5e52dc40668 (patch) | |
tree | e064fd55b31ed9fc65117ae9cf1898efc8e46f1b /README | |
download | wmname-ac3fe41b9b77964a56da652c3930f5e52dc40668.tar.gz wmname-ac3fe41b9b77964a56da652c3930f5e52dc40668.zip |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +setwmname - sets the WM name +============================ +Sets the EWMH WM name property to a specified name. + + +Requirements +------------ +In order to build setwmname you need the Xlib header files. + + +Installation +------------ +Edit config.mk to match your local setup (swarp is installed into +the /usr/local namespace by default). + +Afterwards enter the following command to build and install swarp (if +necessary as root): + + make clean install + + +Running setwmname +----------------- +Simply invoke 'setwmname <name>'. |