commit 3849c59efa50f239f2012edb9e1b1956fe78d170
parent 142661719a15d3f495178d85053633fc4266fbc5
Author: Kris Maglione <jg@suckless.org>
Date: Wed, 10 Dec 2008 15:30:39 -0500
Move wimenu history to ~/.wmii-* so it's not lost on restart
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/rc.wmii.rc b/rc/rc.wmii.rc
@@ -251,7 +251,7 @@ Action overridekeys
# Misc Setup
progs_file=`{namespace}^/proglist.$pid
-hist=`{namespace}^/history
+hist=`{echo $WMII_CONFPATH | sed 's,:.*,/,'}^/history
histlen=5000
Action status &
Action rehash &