I have the code below to open Chrome in normal mode but I would like to have a shortcut for private mode as well.
awful.key({ modkey, }, "b", function () awful.spawn.with_shell("google-chrome") end,
{description = "open chrome", group = "launcher"}),
Thanks in advance!