mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update default browser
This commit is contained in:
@@ -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" }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user