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

..03-May-2022-

LICENSEH A D29-Nov-20141.1 KiB2318

MakefileH A D29-Nov-20141.3 KiB5440

READMEH A D29-Nov-2014470 2516

config.mkH A D03-May-2022362 2211

lsw.1H A D29-Nov-2014216 1211

lsw.cH A D29-Nov-20141.4 KiB6755

README

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