Update default browser

This commit is contained in:
Kristofers Solo
2022-07-28 01:34:44 +03:00
parent 2c2f00b710
commit 8fe8cc495a
2 changed files with 5 additions and 3 deletions

View File

@@ -360,8 +360,8 @@ globalkeys = gears.table.join(
{ description = "reload awesome", group = "awesome" }),
-- awful.key({ modkey, "Control" }, "q", awesome.quit,
-- {description = "quit awesome", group = "awesome"}),
awful.key({ modkey, }, "v", function() awful.spawn("vivaldi-stable") end,
{ description = "open vivaldi", group = "launcher" }),
awful.key({ modkey, }, "b", function() awful.spawn("firefox") end,
{ description = "open firefox", group = "launcher" }),
awful.key({ modkey, }, "n", function() awful.spawn("spacefm") end,
{ description = "open spacefm", group = "launcher" }),
@@ -575,7 +575,7 @@ awful.rules.rules = {
{
rule_any = {
class = { "Thunderbird", "discord", "telegram-desktop", "TelegramDesktop" }
class = { "Thunderbird", "discord", "ripcord", "TelegramDesktop" }
}, properties = { screen = 1, tag = "8" }
},
{