You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using switch-window in Emacs 27.1 under EXWM with two frames, spanning two monitors.
My configuration is as follows:
(use-package switch-window
:ensuret:defert:config
(setq switch-window-multiple-frames nil)
(setq switch-window-input-style 'minibuffer)
(setq switch-window-increase 4)
(setq switch-window-threshold 2)
(setq switch-window-shortcut-style 'qwerty)
(setq switch-window-qwerty-shortcuts
'("j""k""l""a""s""d""f")) ; ö does not work without pressing RET:bind
([remap other-window] . switch-window))
If I change the first config line into
(setq switch-window-multiple-frames t)
and subsequently call C-x o (switch-window), (using the debug-on-error variable) the first monitor's frame populates with labels as it should
No labels appear on the second monitor, pressing the key associated to a label does nothing (because the debugger is trapping input, I guess).
I am using switch-window in Emacs 27.1 under EXWM with two frames, spanning two monitors.
My configuration is as follows:
If I change the first config line into
and subsequently call C-x o (
switch-window
), (using thedebug-on-error
variable) the first monitor's frame populates with labels as it shouldNo labels appear on the second monitor, pressing the key associated to a label does nothing (because the debugger is trapping input, I guess).
The stack trace looks as follows:
The text was updated successfully, but these errors were encountered: