[StumpWM] After screen layout change it needs some (refresh-heads)
This commit is contained in:
parent
d7de9190d6
commit
c3de935511
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue