mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-29 03:54:06 +02:00
WPrefs: add hotplug monitor option in expert panel
This patch is adding a new HotplugMonitor option to automatically (de)activate monitors on randr hotplug events. It is disabled by default.
This commit is contained in:
committed by
Carlos R. Mafra
parent
4b4abf4c50
commit
8e84264036
@@ -410,6 +410,9 @@ extern struct WPreferences {
|
||||
|
||||
char dont_blink; /* do not blink icon selection */
|
||||
char keep_dock_on_primary_head; /* keep dock on primary head */
|
||||
#ifdef USE_RANDR
|
||||
char hotplug_monitor; /* auto-(de)activate monitors */
|
||||
#endif
|
||||
|
||||
/* Appearance options */
|
||||
char new_style; /* Use newstyle buttons */
|
||||
|
||||
Reference in New Issue
Block a user