X11:如何让应用程序置顶
我正在使用火柴盒键盘,它是基于 X11 的应用程序。当任何应用程序处于全屏模式时,火柴盒键盘将不可见,因为全屏应用程序位于顶部。那么有没有办法在全屏应用程序上启动基于 X11 的应用程序呢?
Situation I'm using matchbox keyboard which is X11 based application. When any application is in full screen mode matchbox keyboard cannot be visible as the full screened application is on TOP. So is there a way to launch X11 based application over full screened applictions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看这些 GTK 函数的源代码,看看它们是如何在 X11 后端实现的:
我认为这是了解如何做到这一点的最佳方法,当然 GTK 采用的解决方案应该是可移植的。
You can look at the source of those GTK functions and see how they are implemented for the X11 backend:
I think it is the best way to know how you can do that, surely the solution GTK adopted should be portable.