From c3de93551182ea809082e5f44a0433f3b3b08424 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 15 Feb 2022 21:23:53 +0100 Subject: [PATCH] [StumpWM] After screen layout change it needs some (refresh-heads) --- stumpwm/stumpwmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")