如何编程移动 gnome 的窗口 -- xdotool自动化工具
clq
浏览(499) -
2023-04-23 11:14:54 发表
编辑
关键字:
[2023-04-23 11:17:55 最后更新]
如何编程移动 gnome 的窗口 -- xdotool自动化工具
bing 搜索 "Move application windows on desktop programmatically in Gnome or KDE"
https://askubuntu.com/questions/56056/is-there-a-way-to-programmatically-move-and-resize-gnome-windows
xdotool自动化工具 - 简书
2019年11月5日 xdotool自动化工具 Linux下xdotool自动化工具 该工具可让您模拟键盘输入和鼠标活动,移动窗口并调整窗口大小等。
https://blog.csdn.net/carefree2005/article/details/125809615
四、xdotool命令使用示例
1、获取命令帮助
[root@s146 scripts]# xdotool help
Available commands:
getactivewindow
getwindowfocus
getwindowname
…
2、获取活动窗口ID
#远程桌面执行时获取结果始终为当前shell终端窗口ID,shell环境下执行时获取的是鼠标指针停留所在的窗口ID。shell命令下执行记得先导入桌面变量。
[root@s146 scripts]# export DISPLAY=:0.0
[root@s146 scripts]# xdotool getactivewindow
44040279
3、获取指定窗口的名称
[root@s146 scripts]# export DISPLAY=:0.0
[root@s146 scripts]# xdotool getwindowname 44040279
iNode Intelligent Client
4、获取指定窗口的进程号
[root@s146 scripts]# export DISPLAY=:0.0
[root@s146 scripts]# xdotool getwindowpid 44040279
13542
5、光标移动到指定位置10,100
[root@s146 scripts]# export DISPLAY=:0.0
[root@s146 scripts]# xdotool mousemove 10 100
本帖子属于以下条目()
NEWBT官方QQ群1: 276678893
可求档连环画,漫画;询问文本处理大师等软件使用技巧;求档softhub软件下载及使用技巧.
但不可"开车",严禁国家敏感话题,不可求档涉及版权的文档软件.
验证问题说明申请入群原因即可.