Change firefox to librewolf

This commit is contained in:
Kristofers Solo
2022-08-01 20:28:19 +03:00
parent 9323b13307
commit 2a7c51f3ae
5 changed files with 9 additions and 12 deletions

View File

@@ -404,8 +404,8 @@ globalkeys = gears.table.join(
-- awful.key({ modkey, "Control" }, "q", awesome.quit,
-- {description = "quit awesome", group = "awesome"}),
awful.key({ modkey }, "b", function()
awful.spawn("firefox")
end, { description = "open firefox", group = "launcher" }),
awful.spawn("librewolf")
end, { description = "open librewolf", group = "launcher" }),
awful.key({ modkey }, "n", function()
awful.spawn("spacefm")
end, { description = "open spacefm", group = "launcher" }),