【发布时间】:2015-08-06 19:45:15
【问题描述】:
我正在尝试做相当于
xdotool search "Chromium" windowactivate --sync key --clearmodifiers ctrl+r
即我想切换到 Chromium 并重新加载当前页面。 但是,使用 XMonad 我收到以下错误:
Your windowmanager claims not to support _NET_ACTIVE_WINDOW, so the attempt to activate the window was aborted.
在 XMonad 中有没有办法以编程方式切换到某个应用程序?
【问题讨论】: