Update default browser

This commit is contained in:
Kristofers Solo
2022-07-20 20:30:56 +03:00
parent 2cb3903a46
commit 429e954026
4 changed files with 36 additions and 25 deletions

View File

@@ -375,8 +375,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" }),
@@ -582,16 +582,10 @@ awful.rules.rules = {
{
rule_any = {
class = { "discord", "telegram-desktop", "TelegramDesktop" }
class = { "discord", "TelegramDesktop", "Ripcord" }
}, properties = { screen = 2, tag = "8" }
},
{
rule_any = {
class = { "firefox" }
}, properties = { screen = 1, tag = "7" }
},
{
rule_any = {
class = { "spotify", "Spotify" },