Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/bspwm

This commit is contained in:
Ray Elliott 2021-08-12 18:41:46 +01:00
commit 439f7e2b53
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
case "$role" in
messageWindow)
echo "state=floating"
;;
WM_FORCE_FLOATING)
echo "state=floating"
;;