lsw

lists window titles of X clients to stdout
git clone git://git.suckless.org/lsw
Log | Files | Refs | README | LICENSE

README (470B)


      1 lsw - list windows
      2 ==================
      3 lsw prints the title and XID of windows to stdout.
      4 
      5 
      6 Requirements
      7 ------------
      8 In order to build lsw you need the Xlib header files.
      9 
     10 
     11 Installation
     12 ------------
     13 Edit config.mk to match your local setup (lsw is installed into
     14 the /usr/local namespace by default).
     15 
     16 Afterwards enter the following command to build and install lsw (if
     17 necessary as root):
     18 
     19     make clean install
     20 
     21 
     22 Running lsw
     23 -----------
     24 See the man page for details.