Switch to regular firefox

This commit is contained in:
Thomas Avé 2023-03-23 09:46:18 +01:00
parent 9f1d406ac0
commit ee179a6150
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ keys.globalkeys = gears.table.join(
-- Spawn browser -- Spawn browser
awful.key({modkey}, "b", awful.key({modkey}, "b",
function() function()
awful.spawn("firefox-developer-edition") awful.spawn("firefox")
end, end,
{description = "Open Firefox", group = "launcher"} {description = "Open Firefox", group = "launcher"}
), ),
@ -142,7 +142,7 @@ keys.globalkeys = gears.table.join(
function() function()
awful.spawn('bash -c "i3lockr --blur 25"') awful.spawn('bash -c "i3lockr --blur 25"')
end, end,
{description = "Open Firefox", group = "launcher"} {description = "Open lock", group = "launcher"}
), ),
-- Generate IMEC TOTP -- Generate IMEC TOTP
awful.key({modkey}, "i", awful.key({modkey}, "i",