I'm looking for a command to lower a window with focus to the bottom of the stack of windows. I have a command to raise a focused window to the top which is:
xdotool getwindowfocus windowraise
...but I can't find one that moves the window to the bottom.
Any suggestions please?