]> git.lizzy.rs Git - bspwm.git/blobdiff - settings.c
Update TODO regarding pointer grabbing
[bspwm.git] / settings.c
index 1d73146628a87378a4d6f8f5739d7cd2676e572b..e6ab7cca0de201501cfd69a71e31e2167325c8e2 100644 (file)
@@ -72,6 +72,7 @@ void load_settings(void)
        auto_cancel = AUTO_CANCEL;
        history_aware_focus = HISTORY_AWARE_FOCUS;
        ignore_ewmh_focus = IGNORE_EWMH_FOCUS;
+       center_pseudo_tiled = CENTER_PSEUDO_TILED;
        remove_disabled_monitors = REMOVE_DISABLED_MONITORS;
        remove_unplugged_monitors = REMOVE_UNPLUGGED_MONITORS;
        merge_overlapping_monitors = MERGE_OVERLAPPING_MONITORS;