
Hi all, I've got 8 desktops setup in xmonad, but for all of then the value of _NET_CURRENT_DESKTOP is 0 whereas I (or rather an application I'm using) needs it to be different. I've tried setting: , handleEventHook = ewmhDesktopsEventHook , startupHook = ewmhDesktopsStartup in my defaultConfig, but that doesn't help. Clues? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

On Sun, Feb 9, 2014 at 5:59 AM, Erik de Castro Lopo
I've tried setting:
, handleEventHook = ewmhDesktopsEventHook , startupHook = ewmhDesktopsStartup
in my defaultConfig, but that doesn't help. Clues?
Everything but the one you actually need :) http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-EwmhDesktops.html#... (startup does initial registration, handleEventHook processes incoming clientMessage events, logHook updates with xmonad's current state) -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net

Brandon Allbery wrote:
Everything but the one you actually need :)
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-EwmhDesktops.html#...
(startup does initial registration, handleEventHook processes incoming clientMessage events, logHook updates with xmonad's current state)
Thats got it. Thanks@ Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
participants (2)
-
Brandon Allbery
-
Erik de Castro Lopo