This commit is contained in:
Ray Elliott 2020-12-30 12:19:13 +00:00
parent 402fe51438
commit 86e4f3f5bf
1 changed files with 1 additions and 1 deletions

View File

@ -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)