From e547e6fcd6b3bd1a6ea29d23245a07f719e28b14 Mon Sep 17 00:00:00 2001 From: noctuid Date: Wed, 25 Nov 2015 23:49:08 -0500 Subject: [PATCH] Maintain compatability with old bspc rule syntax --- tdrop | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tdrop b/tdrop index 2e6bbeb..142857f 100755 --- a/tdrop +++ b/tdrop @@ -242,6 +242,8 @@ wm_autoset_for_all() { if [[ $wm == bspwm ]]; then map_pre() { bspc rule -a "$1" -o state=floating + # maintain compatability with old syntax + bspc rule -a "$1" -o floating=on } elif [[ $wm == awesome ]]; then # awesome remembers size, but need to float and then set size first