Merge branch 'medranocalvo/reduce-workspace-switch-flicker' into externals/exwm
This commit is contained in:
commit
98847a9cda
1 changed files with 1 additions and 1 deletions
|
@ -552,8 +552,8 @@ for internal use only."
|
||||||
((not active-old)
|
((not active-old)
|
||||||
(exwm-workspace--set-active frame t))
|
(exwm-workspace--set-active frame t))
|
||||||
((equal output-old output-new)
|
((equal output-old output-new)
|
||||||
(exwm-workspace--set-active old-frame nil)
|
|
||||||
(exwm-workspace--set-active frame t)
|
(exwm-workspace--set-active frame t)
|
||||||
|
(exwm-workspace--set-active old-frame nil)
|
||||||
(setq workspaces-to-hide (list old-frame)))
|
(setq workspaces-to-hide (list old-frame)))
|
||||||
(active-new)
|
(active-new)
|
||||||
(t
|
(t
|
||||||
|
|
Loading…
Reference in a new issue