xprop-sink
lightweight, streaming X11 property updater
git clone https://9o.is/git/xprop-sink.git
README.md
(360B)
1 # xprop-sink
2
3 A lightweight, streaming X11 property updater. It's useful for updating a rapidly changing property. I currently use it to set a custom, per-window status in my window manager bar. If you happen to be using Qubes like I am, check out the qrexec script `contrib/user.WindowStatus` as an example.
4
5 ## Installation
6
7 ```sh
8 make
9 sudo make install
10 ```