[StumpWM] After screen layout change it needs some (refresh-heads)

This commit is contained in:
Marcel Kapfer 2022-02-15 21:23:53 +01:00
parent d7de9190d6
commit c3de935511
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 1 deletions

View File

@ -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")