
15 Jan
2013
15 Jan
'13
10:47 a.m.
Hey all, I've more or less solved all my issues, and I'm ever so slowly moving towards handing over the first two xmonad powered desktops to my employees. I do though still have one unsolved problem: wmctrl -l does not list all the windows that are currently open, so I can't reliable close Firefox with "wmctrl -c firefox" meaning that more often than not when Firefox is started, I get the nasty "restore" page. Quite annoying. I've added XMonad.Hooks.EwmhDesktops to xmonad.hs, but it does not appear to solve the problem. http://hpaste.org/80773 Anybody got an idea as to what else I can do to fix this? I need to be able to quit Firefox gracefully from a script, and plain pkill/kill just doesn't cut it. :o) Thomas Løcke