mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
Merge pull request #42 from ralt/winner-mode
Clean up the dumps before leaving.
This commit is contained in:
commit
d702369e43
|
|
@ -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*)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue