diff options
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index 705da308f225..8d11126b513c 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -872,7 +872,7 @@ INDEX must not exceed the current number of workspaces." ;; Tiling. (if (get-buffer-window nil frame) (when (eq frame exwm-workspace--current) - (run-window-configuration-change-hook frame)) + (exwm-layout--refresh frame)) (set-window-buffer (get-buffer-window nil t) (other-buffer nil t)) (unless (eq frame exwm-workspace--current) |