**************************************************************************************** *** NOTE: this repository is now archived. I have switched git hosting to sourcehut. *** *** See https://git.sr.ht/~strahinja/lsw *** **************************************************************************************** lsw - list windows ================== lsw prints the title and XID of windows to stdout. Changes to the original ----------------------- Added winlist - a script which uses lsw and wmctrl to display a list of windows and switch to window. Requirements ------------ In order to build lsw you need the Xlib header files. Installation ------------ Edit config.mk to match your local setup (lsw is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install lsw (if necessary as root): make clean install Running lsw ----------- See the man page for details.