From 83ff353e57488281da8f0cd365e478687107f033 Mon Sep 17 00:00:00 2001 From: joten Date: Tue, 4 Sep 2018 21:33:40 +0200 Subject: [PATCH] Updated Default_configuration.md to reflect #189 Added more options to `Config_monitorDisplayChangeMessages`, allowing bug.n to always react on display changes without asking. --- doc/Default_configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Default_configuration.md b/doc/Default_configuration.md index 9e584aa..e78ba78 100644 --- a/doc/Default_configuration.md +++ b/doc/Default_configuration.md @@ -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.