summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 11 insertions, 10 deletions
diff --git a/README b/README
index e6ccf3a..a7d4b2c 100644
--- a/README
+++ b/README
@@ -1,24 +1,25 @@
-setwmname - sets the WM name
-============================
-Sets the EWMH WM name property to a specified name.
+wmname - prints/sets the WM name
+================================
+Prints/sets the EWMH WM name property.
Requirements
------------
-In order to build setwmname you need the Xlib header files.
+In order to build wmname you need the Xlib header files.
Installation
------------
-Edit config.mk to match your local setup (swarp is installed into
+Edit config.mk to match your local setup (wmname is installed into
the /usr/local namespace by default).
-Afterwards enter the following command to build and install swarp (if
-necessary as root):
+Afterwards enter the following command to build and install wmname
+(if necessary as root):
make clean install
-Running setwmname
------------------
-Simply invoke 'setwmname <name>'.
+Running wmname
+--------------
+Run 'wmname' to print the current WM name. Run 'wmname <name>' to set it. This
+is pretty much similiar to hostname(1).