README - sprop - simple xprop replacement
 (HTM) git clone git://git.suckless.org/sprop
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       README (506B)
       ---
            1 sprop - simple X property utility
            2 =================================
            3 Prints/sets window properties in an X server.
            4 
            5 
            6 Requirements
            7 ------------
            8 In order to build sprop you need the Xlib header files.
            9 
           10 
           11 Installation
           12 ------------
           13 Edit config.mk to match your local setup (sprop is installed into
           14 the /usr/local namespace by default).
           15 
           16 Afterwards enter the following command to build and install sprop
           17 (if necessary as root):
           18 
           19     make clean install
           20 
           21 
           22 Running sprop
           23 --------------
           24 See the man page for details.