diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 8e66990..c492b23 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -376,7 +376,9 @@ script." ((null selection) nil) (t (stringp (second selection)) - (run-shell-command (second selection))))))) + (run-shell-command (second selection)) + (refresh-heads) + (refresh-heads)))))) (pick (list-screen-layouts)))) (define-key *root-map* (kbd "l") "switch-screen-layout")