From 86e4f3f5bf3fca94bae04a7313ba69966f46abf0 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 30 Dec 2020 12:19:13 +0000 Subject: [PATCH] update --- external.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external.sh b/external.sh index aff7667..b4a4016 100755 --- a/external.sh +++ b/external.sh @@ -12,7 +12,7 @@ title=$(xtitle "$wid") #place floating windows #adapted from https://github.com/baskerville/bspwm/issues/263 floats=$(bspc query -N -n .floating -d .focused | wc -l) -xdotool windowmove --sync $wid $(( 50 + 50 * floats )) $(( 50 + 50 * floats )) +xdotool windowmove --sync $wid $(( 50 + 50 * floats )) y case "$title" in WM_FORCE_FLOATING)