有没有办法指定 X 中生成的应用程序的窗口偏移量?
我正在编写一个 bash 脚本,该脚本调用一些在自己的窗口中运行的应用程序。但是,它们出现在屏幕上的标准位置。我希望能够指定它们出现的屏幕坐标。
是否有可以在命令行中传递的设置来实现这一点?我目前正在使用 openbox,如果这是 openbox 无法提供的窗口管理器功能,任何人都可以推荐另一个轻量级窗口管理器(fluxbox?),我可以指定窗口偏移量吗?
有 X 设置可以帮我做到这一点吗?
I am writing a bash script that calls some apps that run in their own window. However, they appear at a standard position on the screen. I want to be able to specify the screen co-ordinates where they appear.
Is there a setting that can be passed in command line to make this happen? I am presently using openbox and if this is a window manager feature that openbox cannot provide, could anyone recommend another lightweight window manager (fluxbox?) to which I can specify window offsets?
Is there an X setting that can do this for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
许多 X 客户端支持
-geometry
参数 (有时--geometry
)它允许您指定初始窗口的大小和/或位置。Many X clients support a
-geometry
argument (sometimes--geometry
) which allows you to specify size and/or position of the initial window.devilspie 可以帮助您在兼容的窗口管理器上指定不同的窗口属性。
还提供了一些示例。
devilspie could be of help you can specify different window properties on compliant window managers.
Some examples are also available.