mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
fix winner-mode dumper
This commit is contained in:
parent
7d1e57ca1e
commit
4023d7657a
|
|
@ -12,7 +12,7 @@
|
||||||
(declare (ignore args))
|
(declare (ignore args))
|
||||||
(let* ((group-number (current-group-number)))
|
(let* ((group-number (current-group-number)))
|
||||||
(check-ids group-number *current-ids* *max-ids*)
|
(check-ids group-number *current-ids* *max-ids*)
|
||||||
(stumpwm::dump-to-file (stumpwm:dump-group (stumpwm:current-group))
|
(stumpwm::dump-to-file (stumpwm::dump-group (stumpwm:current-group))
|
||||||
(dump-name group-number (incf (gethash group-number *current-ids*))))
|
(dump-name group-number (incf (gethash group-number *current-ids*))))
|
||||||
(when (> (gethash group-number *current-ids*)
|
(when (> (gethash group-number *current-ids*)
|
||||||
(gethash group-number *max-ids*))
|
(gethash group-number *max-ids*))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue