]> git.lizzy.rs Git - bspwm.git/blobdiff - settings.h
Remove `apply_floating_atom` setting
[bspwm.git] / settings.h
index 8608b768d9020ce610b6390e457a5cea95c673d4..b58dac8ef0971484bcff9bfc2e0a1398210e76ca 100644 (file)
@@ -62,7 +62,6 @@
 #define POINTER_FOLLOWS_MONITOR     false
 #define AUTO_ALTERNATE              false
 #define AUTO_CANCEL                 false
-#define APPLY_FLOATING_ATOM         false
 #define IGNORE_EWMH_FOCUS           false
 #define CENTER_PSEUDO_TILED         true
 #define REMOVE_DISABLED_MONITORS    false
@@ -98,7 +97,6 @@ bool leaf_monocle;
 bool focus_follows_pointer;
 bool pointer_follows_focus;
 bool pointer_follows_monitor;
-bool apply_floating_atom;
 bool auto_alternate;
 bool auto_cancel;
 bool history_aware_focus;