]> git.lizzy.rs Git - bspwm.git/blobdiff - settings.c
New setting: merge_overlapping_monitors
[bspwm.git] / settings.c
index 3c669778ec3c71d877149e4f1fc4995012b536aa..7ab85e687860379d77871ff7bf9f402288d0d453 100644 (file)
@@ -74,4 +74,5 @@ void load_settings(void)
        ignore_ewmh_focus = IGNORE_EWMH_FOCUS;
        remove_disabled_monitor = REMOVE_DISABLED_MONITOR;
        remove_unplugged_monitors = REMOVE_UNPLUGGED_MONITORS;
+       merge_overlapping_monitors = MERGE_OVERLAPPING_MONITORS;
 }