2
0
Fork 0
mirror of https://github.com/ch11ng/exwm.git synced 2025-04-13 22:54:02 +02:00

Merge branch 'patch-1' of github.com:bryal/exwm

This commit is contained in:
bryal 2018-03-02 11:32:09 +01:00
commit 0e2cd4970d

View file

@ -536,7 +536,7 @@ for internal use only."
(cond
((not active-old)
(exwm-workspace--set-active frame t))
((eq output-old output-new)
((equal output-old output-new)
(exwm-workspace--set-active old-frame nil)
(exwm-workspace--set-active frame t)
(setq workspaces-to-hide (list old-frame)))