From c194780856a2f23639ca1bc993bfbf1aede9ea29 Mon Sep 17 00:00:00 2001 From: noctuid Date: Thu, 12 Nov 2015 00:23:31 -0500 Subject: [PATCH] Update bspwm map_pre command for new bspc syntax --- tdrop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrop b/tdrop index 81c33ff..2e6bbeb 100755 --- a/tdrop +++ b/tdrop @@ -241,7 +241,7 @@ wm_autoset_for_all() { # bspwm will use previous size when floating already if [[ $wm == bspwm ]]; then map_pre() { - bspc rule -a "$1" -o floating=on + bspc rule -a "$1" -o state=floating } elif [[ $wm == awesome ]]; then # awesome remembers size, but need to float and then set size first