I'm using exwm-workspace-switch-to-buffer
to find already opened applications. My problem is, say I'm in workspace 1, and Firefox is open in workspace 3, if I call exwm-workspace-switch-to-buffer
for Firefox, exwm
brings Firefox to workspace 1 but I want it to shoot me to workspace 3 where Firefox resides and leave the workspace 1 intact. In i3wm
I can do this by something like for_window [class="(?i)firefox"] focus
Asked
Active
Viewed 1,314 times
3

fhdhsni
- 693
- 6
- 16
2 Answers
1
The command to do that is exwm-workspace-switch-to-buffer
and it requires exwm-layout-show-all-buffers
to be nil
. With an appropriate font-face or theme workspaces with X-windows will be highlighted.

vfclists
- 1,347
- 1
- 11
- 28