srandrd - simple randr daemon
ABOUT:
srandrd is a tool that executes a command when xorg output changes, i.e. a
monitor is plugged or unplugged. By default srandrd forks to background and
exits when the xserver exits.
DOWNLOAD:
srandrd-0.3.tar.gz
MERCURIAL:
You can get a copy of the mercurial repository with
hg clone https://bitbucket.org/portix/srandrd
REQUIREMENTS:
srandrd depends on
- libx11
- libxrandr
INSTALLATION:
srandrd can be installed with
make install
USAGE:
srandrd [option] command
srandrd sets the environment variable SRANDRD_ACTION in child's
environment, it follows the format
<displayname> <connected|disconnected|unknown>
OPTIONS:
-h Show help and exit
-n Don't fork to background
-V Show version information and exit