X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=settings.c;h=9c3639609fde9daf7f549a988d9bbde23452bf5c;hb=1795fbb78d92d1e066c9c1e6d90ca2fbc03ef34a;hp=c20f3d714606db424f493a7ea8f6a24a2cf527f2;hpb=619a491bbd251c342a48ccfe39d310c42a0b0730;p=bspwm.git diff --git a/settings.c b/settings.c index c20f3d7..9c36396 100644 --- a/settings.c +++ b/settings.c @@ -68,7 +68,6 @@ void load_settings(void) 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;