Switch to regular firefox
This commit is contained in:
parent
9f1d406ac0
commit
ee179a6150
|
@ -133,7 +133,7 @@ keys.globalkeys = gears.table.join(
|
|||
-- Spawn browser
|
||||
awful.key({modkey}, "b",
|
||||
function()
|
||||
awful.spawn("firefox-developer-edition")
|
||||
awful.spawn("firefox")
|
||||
end,
|
||||
{description = "Open Firefox", group = "launcher"}
|
||||
),
|
||||
|
@ -142,7 +142,7 @@ keys.globalkeys = gears.table.join(
|
|||
function()
|
||||
awful.spawn('bash -c "i3lockr --blur 25"')
|
||||
end,
|
||||
{description = "Open Firefox", group = "launcher"}
|
||||
{description = "Open lock", group = "launcher"}
|
||||
),
|
||||
-- Generate IMEC TOTP
|
||||
awful.key({modkey}, "i",
|
||||
|
|
Loading…
Reference in New Issue