update
This commit is contained in:
parent
402fe51438
commit
86e4f3f5bf
|
@ -12,7 +12,7 @@ title=$(xtitle "$wid")
|
||||||
#place floating windows
|
#place floating windows
|
||||||
#adapted from https://github.com/baskerville/bspwm/issues/263
|
#adapted from https://github.com/baskerville/bspwm/issues/263
|
||||||
floats=$(bspc query -N -n .floating -d .focused | wc -l)
|
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
|
case "$title" in
|
||||||
WM_FORCE_FLOATING)
|
WM_FORCE_FLOATING)
|
||||||
|
|
Loading…
Reference in New Issue