about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2018-10-14T00·00+0000
committerChris Feng <chris.w.feng@gmail.com>2018-10-14T00·00+0000
commit98847a9cdaf20d1bf081bebf0849d6e87ff18cdf (patch)
treee394f6694c120b64dfbe361c3565cde5126ce4b4
parent5c9fcc0cd4f26bb817f46afe8b87eb14f1d98d31 (diff)
parent24287f2691e31c4342f75ec12235a9f08cc2c8e5 (diff)
Merge branch 'medranocalvo/reduce-workspace-switch-flicker' into externals/exwm
-rw-r--r--exwm-workspace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el
index 31108892fe..8a59c36b54 100644
--- a/exwm-workspace.el
+++ b/exwm-workspace.el
@@ -552,8 +552,8 @@ for internal use only."
          ((not active-old)
           (exwm-workspace--set-active frame t))
          ((equal output-old output-new)
-          (exwm-workspace--set-active old-frame nil)
           (exwm-workspace--set-active frame t)
+          (exwm-workspace--set-active old-frame nil)
           (setq workspaces-to-hide (list old-frame)))
          (active-new)
          (t