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
How to reproduce the issue:
With menubar, open an app that takes long to load.
Switch to a different tag.
Actual result:
The program will spawn at that different tag, instead of the tag I started spawning in.
Expected result:
It would be great to have an option to allow menubar to keep the program at the tag I started spawning in, just like with awful.spawn("someprogram", { tag = mouse.screen.selected_tag })
The text was updated successfully, but these errors were encountered:
How to reproduce the issue:
With menubar, open an app that takes long to load.
Switch to a different tag.
Actual result:
The program will spawn at that different tag, instead of the tag I started spawning in.
Expected result:
It would be great to have an option to allow menubar to keep the program at the tag I started spawning in, just like with
awful.spawn("someprogram", { tag = mouse.screen.selected_tag })
The text was updated successfully, but these errors were encountered: