reprostim monitor-displays¶
Monitor GUI/displays connection status.
Usage
reprostim monitor-displays [OPTIONS]
Options
- -p, --provider <provider>¶
Set display monitoring providers to be used. Default is
platform.- Options:
platform | pygame | pyglet | pyudev | quartz | randr
- -t, --poll-interval <poll_interval>¶
Specifies displays check/poll interval in seconds for providers w/o system callbacks.
- -w, --max-wait <max_wait>¶
Specifies maximum wait interval in seconds, or -1 to wait forever.
- -n, --name <name>¶
Specifies display name pattern to be monitored in Unix shell-style wildcards syntax.
- -i, --id <d_id>¶
Specifies display ID pattern to be monitored in Unix shell-style wildcards syntax.
- -u, --on-change <on_change>¶
Specifies shell script to be executed when target display is connected, disconnected or monitor resolution/mode updated.
- -e, --ext-proc-command <ext_proc_command>¶
Specifies external process or shell script to be executed when target display is connected. Note: subprocess is automatically terminated when display is disconnected.