]> git.lizzy.rs Git - bspwm.git/blobdiff - settings.c
Remove settings: auto_cancel and auto_alternate
[bspwm.git] / settings.c
index 9c3639609fde9daf7f549a988d9bbde23452bf5c..9330e625d4e50d0e2dc2ed43214cfb1f8a000583 100644 (file)
@@ -68,8 +68,6 @@ void load_settings(void)
        focus_follows_pointer = FOCUS_FOLLOWS_POINTER;
        pointer_follows_focus = POINTER_FOLLOWS_FOCUS;
        pointer_follows_monitor = POINTER_FOLLOWS_MONITOR;
-       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;