From 09970da6185fa4d56175d1ee30b0d87d59fd7bd5 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 31 May 2021 16:33:53 +0100 Subject: [PATCH] update --- external.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/external.sh b/external.sh index ac843da..3bd91fb 100755 --- a/external.sh +++ b/external.sh @@ -22,6 +22,9 @@ floats=$(bspc query -N -n .floating -d .focused | wc -l) xdotool windowmove --sync $wid $(( 50 + 50 * floats )) y case "$role" in + messageWindow) + echo "state=floating" + ;; WM_FORCE_FLOATING) echo "state=floating" ;;