Switch firefox to brave

This commit is contained in:
Oliver Davies 2024-09-21 11:18:22 +01:00
parent da330ef9ee
commit c8befe0767

View file

@ -372,7 +372,7 @@ globalkeys = gears.table.join(
end, { description = "run prompt", group = "launcher" }), end, { description = "run prompt", group = "launcher" }),
awful.key({ modkey, "Shift" }, "b", function() awful.key({ modkey, "Shift" }, "b", function()
awful.spawn "firefox" awful.spawn "brave"
end, { description = "run browser", group = "launcher" }), end, { description = "run browser", group = "launcher" }),
awful.key({ modkey, "Shift" }, "f", function() awful.key({ modkey, "Shift" }, "f", function()
@ -623,7 +623,7 @@ awful.rules.rules = {
-- { rule = { class = "Firefox" }, -- { rule = { class = "Firefox" },
-- properties = { screen = 1, tag = "2" } }, -- properties = { screen = 1, tag = "2" } },
{ rule = { class = "firefox" }, properties = { opacity = 1, maximized = false, floating = false } }, { rule = { class = "brave" }, properties = { opacity = 1, maximized = false, floating = false } },
{ rule = { class = "mpv" }, properties = { tag = "5", fullscreen = true } }, { rule = { class = "mpv" }, properties = { tag = "5", fullscreen = true } },
{ rule = { name = "Podcasts - Pocket Casts" }, properties = { tag = "6" } }, { rule = { name = "Podcasts - Pocket Casts" }, properties = { tag = "6" } },
{ rule = { class = "kdenlive" }, properties = { tag = "7" } }, { rule = { class = "kdenlive" }, properties = { tag = "7" } },