stumpwm.stumpwm-contrib/util/command-history
2019-11-23 18:27:01 +01:00
..
command-history.asd Save *input-history* on quitting StumpWM and reloading it again on start (#93) 2018-01-17 22:04:17 -05:00
command-history.lisp - exported symbol *command-history-file*. 2019-11-23 18:27:01 +01:00
package.lisp - exported symbol *command-history-file*. 2019-11-23 18:27:01 +01:00
README.org Save *input-history* on quitting StumpWM and reloading it again on start (#93) 2018-01-17 22:04:17 -05:00

Problem

After quiting StumpWM, you command history is gone. This simple plugin saves the lisp stumpwm::*input-history* to ~/.stumpwm.d/history and loads it again when starting StumpWM.

Usage

Add this to your .stumpwmrc:

Load contrib module:

  (load-module "command-history")