[xmonad] How to disable history in XMonad.Actions.Search.

Daniel Schoepe daniel.schoepe at googlemail.com
Sun Sep 20 18:18:24 EDT 2009


On Sun, Sep 20, 2009 at 06:23:46PM +1000, Mike Sampson wrote:
> Unfortunately my history is still saved to .xmonad/history and
> previous search terms are presented to me the next time I search. Is
> there an easy way to change this behaviour in xmonad.hs or would it
> mean a change to XMonad.Actions.Search?

I pushed a patch that should fix your issue. Using
historyFilter = \x -> []
or
historyFilter = const []
should now work as expected.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/xmonad/attachments/20090920/5c8e13d8/attachment.bin


More information about the xmonad mailing list