
20 Sep
2009
20 Sep
'09
6:18 p.m.
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.