diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-17 10:29:33 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-17 10:29:33 +0100 |
commit | b0a608b5385f53252de9508f250592880ef479e9 (patch) | |
tree | 2a4ebeb3ab756fb30ad0701fc67f1ca54b15b069 /README | |
parent | 5fcac5aad79988fd242f475ef278278167a7cd33 (diff) | |
download | wmname-b0a608b5385f53252de9508f250592880ef479e9.tar.gz wmname-b0a608b5385f53252de9508f250592880ef479e9.zip |
updated
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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). |