mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
parent
0384ce08ce
commit
ffbaaee832
1 changed files with 1 additions and 0 deletions
|
@ -814,6 +814,7 @@ then this function does nothing."
|
||||||
(add-hook 'buffer-list-update-hook #'doom-modeline-set-selected-window)
|
(add-hook 'buffer-list-update-hook #'doom-modeline-set-selected-window)
|
||||||
(add-hook 'after-make-frame-functions #'doom-modeline-set-selected-window)
|
(add-hook 'after-make-frame-functions #'doom-modeline-set-selected-window)
|
||||||
(add-hook 'delete-frame-functions #'doom-modeline-set-selected-window)
|
(add-hook 'delete-frame-functions #'doom-modeline-set-selected-window)
|
||||||
|
(add-hook 'exwm-workspace-switch-hook #'doom-modeline-set-selected-window)
|
||||||
(advice-add #'handle-switch-frame :after #'doom-modeline-set-selected-window)
|
(advice-add #'handle-switch-frame :after #'doom-modeline-set-selected-window)
|
||||||
(with-no-warnings
|
(with-no-warnings
|
||||||
(if (boundp 'after-focus-change-function)
|
(if (boundp 'after-focus-change-function)
|
||||||
|
|
Loading…
Add table
Reference in a new issue