从 cron 到活动 X 窗口的 xmessage
我已经制作了诸如“去睡觉”、“打开窗口”、“关闭窗口”等 cron 命令,以使用它的参数 -display 与 xmessage 一起弹出。通常 -display :0.0 会产生所需的结果,但有时我使用多个 X 屏幕 (:0.1, :0.2..),因此我会错过这些消息。
有没有办法找出哪个 X 会话处于活动状态,就像用户当时正在查看该会话一样?
I have made cron commands like "go to sleep", "open window", "close window" etc. to pop out with xmessage using it's argument -display. Usually -display :0.0 produces the desired result but there are times when I use multiple X screens (:0.1, :0.2..) and therefore I miss these messages.
Is there a way to find out which X session is active in like that user is viewing that session at that very moment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用命令 who -t,甚至只是 w
这些命令将为您提供有关控制台和 X 服务器的信息
Try with the commands who -t, or even just w
These commands will give you information about the console and the X server