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:
commit
0e2cd4970d
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue