I have the following in my swaywm config:
bindsym $mod+period [app_id="firefox"] focus
When I push $mod+., sway focuses on Firefox.
However, I sometimes have multiple Firefox windows open in different workspaces. How can I cycle between them?
I've tried the following, but it doesn't work. Seems like sway doesn't find the next container satisfying a given criteria based on which workspace is currently focused.
bindsym $mod+period workspace next_on_output; [app_id="firefox"] focus