本文介绍了X11:通过命令行提升现有窗口?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

给定一个 X 客户端窗口 ID,有没有办法从命令行提升该窗口?

Given an X client window ID, is there a way to raise that window from the command line?

$ xlsclients -a
Window 0x3000001:
  Machine:  ohm
  Name:  Terminal
  Icon Name:  foo
  Command:  foo
  Instance/Class:  foo/bar

$ xraise -id 0x3000001   <-- this is what I would like to do

推荐答案

你也可以用wmctrl,做类似的事情

You can also use wmctrl, which does similar things

这篇关于X11:通过命令行提升现有窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 03:21