Updated Default_configuration.md to reflect #189

Added more options to `Config_monitorDisplayChangeMessages`, allowing bug.n to always react on display changes without asking.
This commit is contained in:
joten 2018-09-04 21:33:40 +02:00 committed by GitHub
parent c264c2a960
commit 83ff353e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -521,8 +521,9 @@ saved to especially support the recovery of window states after bug.n
unintentionally quits.
-------------------------------------------------------------------------------
`Config_monitorDisplayChangeMessages=1`
`Config_monitorDisplayChangeMessages=ask`
If true (`=1`) bug.n reacts on `WM_DISPLAYCHANGE` system messages asking to
If set to "ask", bug.n reacts on `WM_DISPLAYCHANGE` system messages asking to
reset the monitor configuration, e.g. if a monitor is dis-/connected or the
monitor resolution is changed.
monitor resolution is changed. If set to "on", bug.n acts without asking, if
set to "off" or false (`=0`), bug.n ignores these system messages.