[xmonad] Issue 194 in xmonad: Gnome Workspace Switcher blinks
codesite-noreply at google.com
codesite-noreply at google.com
Fri May 30 09:40:49 EDT 2008
Issue 194: Gnome Workspace Switcher blinks
http://code.google.com/p/xmonad/issues/detail?id=194
Comment #2 by nomeata:
I just tried to find out what line in XMonad.Hooks.EwmhDesktops causes
this, and
unfortunately it is the list of windows:
> let wins = nub . concatMap (maybe [] (\(W.Stack x l r)-> reverse l
++ r ++ [x]) .
W.stack) $ ws
> setClientList wins
I was hoping it was one of the other settings that are usually the same
on each
logHook invocation.
Maybe the code should read the client list first and see if there are
really changes
to be made...
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list