summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-20 15:04:05 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-20 15:04:05 +0100
commitac3fe41b9b77964a56da652c3930f5e52dc40668 (patch)
treee064fd55b31ed9fc65117ae9cf1898efc8e46f1b /README
downloadwmname-ac3fe41b9b77964a56da652c3930f5e52dc40668.tar.gz
wmname-ac3fe41b9b77964a56da652c3930f5e52dc40668.zip
initial commit
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e6ccf3a
--- /dev/null
+++ b/README
@@ -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>'.