X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=settings.c;h=9c3639609fde9daf7f549a988d9bbde23452bf5c;hb=1795fbb78d92d1e066c9c1e6d90ca2fbc03ef34a;hp=1d73146628a87378a4d6f8f5739d7cd2676e572b;hpb=c13c678a5467d643ee8f9b6504e32a8a20daba9b;p=bspwm.git diff --git a/settings.c b/settings.c index 1d73146..9c36396 100644 --- a/settings.c +++ b/settings.c @@ -64,14 +64,15 @@ void load_settings(void) borderless_monocle = BORDERLESS_MONOCLE; gapless_monocle = GAPLESS_MONOCLE; + leaf_monocle = LEAF_MONOCLE; focus_follows_pointer = FOCUS_FOLLOWS_POINTER; pointer_follows_focus = POINTER_FOLLOWS_FOCUS; pointer_follows_monitor = POINTER_FOLLOWS_MONITOR; - apply_floating_atom = APPLY_FLOATING_ATOM; auto_alternate = AUTO_ALTERNATE; 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;