Skip to content

Commit

Permalink
Merge branch 'medranocalvo/reduce-workspace-switch-flicker' into exte…
Browse files Browse the repository at this point in the history
…rnals/exwm
  • Loading branch information
ch11ng committed Oct 14, 2018
2 parents 5c9fcc0 + 24287f2 commit 98847a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exwm-workspace.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98847a9

Please sign in to comment.