Merge pull request #42 from ralt/winner-mode

Clean up the dumps before leaving.
This commit is contained in:
David Bjergaard 2015-10-05 11:31:47 +01:00
commit d702369e43

View file

@ -21,3 +21,9 @@
(dump-name
group-number
(incf (gethash group-number *current-ids*)))))))
(stumpwm:add-hook stumpwm:*quit-hook* (lambda ()
(mapcar #'delete-file
(directory (merge-pathnames
#p"stumpwm-winner-mode-*"
*tmp-folder*)))))