]> git.lizzy.rs Git - bspwm.git/blobdiff - settings.h
Handle preselection in pseudo-automatic mode example
[bspwm.git] / settings.h
index 41f2cfc112391877ac87a9d66ec5fac75e5d81fa..b6d9ed4f80c6fb3dd9973803cf80fe2bc97ba32a 100644 (file)
@@ -63,6 +63,7 @@
 #define AUTO_CANCEL                 false
 #define APPLY_FLOATING_ATOM         false
 #define IGNORE_EWMH_FOCUS           false
+#define CENTER_PSEUDO_TILED         true
 #define REMOVE_DISABLED_MONITORS    false
 #define REMOVE_UNPLUGGED_MONITORS   false
 #define MERGE_OVERLAPPING_MONITORS  false
@@ -101,6 +102,7 @@ bool auto_cancel;
 bool history_aware_focus;
 bool focus_by_distance;
 bool ignore_ewmh_focus;
+bool center_pseudo_tiled;
 bool remove_disabled_monitors;
 bool remove_unplugged_monitors;
 bool merge_overlapping_monitors;