xmonad 并稍后阅读

发布于 2024-10-20 16:59:29 字数 360 浏览 2 评论 0原文

我正在使用 xmonad 和 firefox 的稍后阅读扩展。现在,如果我想在稍后阅读列表中标记一个条目,该列表就会消失(而不是简单地将焦点放在标记文本字段上),并且会出现一个非常小的空窗口。 (使用 gnome 一切正常)。

我的第一个想法是使用 xprop |grep CLASS 找出 ReadItLater 的类名,并在我的 xmonad.hs 中添加类似的内容:

  , resource  =? "readitlater"       --> doIgnore

但是,这不起作用,因为如果列表打开,则鼠标和键盘控件绑定到名单。

有什么想法可以让标签编辑工作稍后在 xmonad 下阅读吗?

I am using xmonad and the read it later extension for firefox. Now, if I want to tag an entry in the read it later list, the list disappears (instead of giving simply focus to to tag textfield) and a very small empty window occurs. (Using gnome everything works).

My first thought was to find out for example the className of ReadItLater using xprop |grep CLASS, and add something like this in my xmonad.hs:

  , resource  =? "readitlater"       --> doIgnore

However, this doesn't work since if the list is open mouse and keyboard control are bound to the list.

Any ideas how to make tag editing work in read it later under xmonad?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧人 2024-10-27 16:59:29

一个可能有助于获取道具的技巧:

$ sleep 10s; xprop | grep CLASS

然后转到 Firefox 并调用扩展。 10 秒后 xprop 将被激活。

A trick which may help to get the props:

$ sleep 10s; xprop | grep CLASS

Then go to firefox and invoke the extension. In 10 seconds xprop will be activated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文