diff options
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index b1755435efc4..da3f9ce4bce6 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -152,7 +152,9 @@ The optional FORCE option is for internal use only." "Fix unexpected frame switch." (unless exwm-workspace--switch-lock (let ((index (cl-position (selected-frame) exwm-workspace--list))) + (exwm--log "Focus on workspace %s" index) (when (and index (/= index exwm-workspace-current-index)) + (exwm--log "Workspace was switched unexpectedly") (exwm-workspace-switch index))))) (defun exwm-workspace-move-window (index &optional id) |