Here is what I have in my rc.lua
:
awful.spawn.once("firefox", { tag = "1"; })
awful.spawn.once(terminal, { tag = "2"; })
awful.spawn.once("signal-desktop", { tag = "9"; })
Firefox correctly appears on tag 1.
Terminal correctly appears on tag 2.
But signal-desktop
appears on tag 1 instead of tag 9.
I saw various staff on Google that suggest it is a problem with startup_id
and not with AwesomeWM. I also saw this thingy in the documentation: https://awesomewm.org/doc/api/classes/client.html#client.startup_id.
But it does not work, signal-desktop
still appears on tag 1, and I get the following error from AwesomeWM:
Please help :-)