• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D28-Oct-20121.1 KiB2217

MakefileH A D28-Oct-20121.3 KiB5541

READMEH A D28-Oct-2012506 2516

config.mkH A D28-Oct-2012436 2411

sprop.1H A D28-Oct-2012438 2423

sprop.cH A D28-Oct-20121.3 KiB7365

README

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