简体   繁体   English

xmonad,稍后再阅读

[英]xmonad and read it later

I am using xmonad and the read it later extension for firefox. 我正在使用xmonad,并且稍后将其扩展为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). (使用gnome,一切正常。)

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: 我的第一个想法是例如使用xprop | grep CLASS找出ReadItLater的类名,并在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? 有什么想法可以使标签编辑起作用,请稍后在xmonad下阅读它?

A trick which may help to get the props: 可能有助于获得道具的技巧:

$ sleep 10s; xprop | grep CLASS

Then go to firefox and invoke the extension. 然后转到Firefox并调用扩展程序。 In 10 seconds xprop will be activated. 在10秒内xprop将被激活。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM