title monitor-resize
section 8
project bgscripts-core
volume System Manager's Manual
date April 2020
=====
NAME
  monitor-resize - daemon that requests X server resizes when virtual monitor resizes
SYNOPSIS
  monitor-resize [-d {0..10}] [-uV] [-c <conffile>] [--nopidfile|--pidfile]
DESCRIPTION
Run a daemon that watches for various, running desktop session binaries and requests screen resizes if the suggested screen size is different from the current screen size.
OPTIONS
 -d {0..10}  Set debug level, with 10 as maximum verbosity.
 -u --usage  Show help message.
 -V --version  Show version number.
 -c <conffile>  Use this config file
 --pidfile     Set MR_NOPIDFILE=0
 --nopidfile   Set MR_NOPIDFILE=1
ENVIRONMENT
  MR_DELAY  Wait this many seconds between polls. Default is 2.
  MR_COMMAND  Path to command to run. Default is /usr/bin/resize-x
  MR_COMMAND_PARAMS  Parameters to MR_COMMAND
  MR_PIDFILE  File to use as pid file.
  MR_NOPIDFILE  If truthy, do not use a pidfile.
AUTHOR
  <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
BUGS
  Not all desktop sessions are supported. They need to be added manually, as a reliable way to quickly find the scannable processes was not found.
SEE ALSO
`resize-x(1)`, `Xorg(1)`
