This commit is contained in:
ray 2021-05-31 16:33:53 +01:00
parent 9d498f361c
commit 09970da618
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ floats=$(bspc query -N -n .floating -d .focused | wc -l)
xdotool windowmove --sync $wid $(( 50 + 50 * floats )) y xdotool windowmove --sync $wid $(( 50 + 50 * floats )) y
case "$role" in case "$role" in
messageWindow)
echo "state=floating"
;;
WM_FORCE_FLOATING) WM_FORCE_FLOATING)
echo "state=floating" echo "state=floating"
;; ;;