使用xdotool或类似工具,如何更改窗口顺序



我需要告诉窗口 A 显示在窗口 B 上方,但在窗口 C 下方。我该怎么做?

使用

xdotool(并更改C的堆叠):

xdotool windowraise window_id A
xdotool windowraise window_id C

最新更新