[xmonad] Looking for "runOrKill" function

Brandon Allbery allbery.b at gmail.com
Thu Sep 25 16:47:30 UTC 2014


On Thu, Sep 25, 2014 at 2:08 AM, Sepp Tannhuber <sepp.tannhuber at yahoo.de>
wrote:

> Of course, I forgot the hold option. :-) The other problem still remains.
> :-(


Which? The htop part? The title string you pass to the terminal must
exactly match the title string in the window test (title =? "whatever").
There are ways to change this if needed, but unless it can identify the
window precisely when it appears, it will not be able to float or position
it. (X11 does not provide any way to match running a command to a window
opening; indeed, there is no mapping at all between processes and windows
(consider remote TCP connections and ssh X11 forwarding; also, some
command-line browsers use this to draw graphics in terminal windows, and
Acrobat Reader uses this to open windows inside a browser. This is also
used by desk applets that can "swallow" arbitrary windows).

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20140925/efff425f/attachment.html>


More information about the xmonad mailing list