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" }
},
{

View File

@ -144,6 +144,8 @@ alias weather='curl wttr.in/'
alias wget='wget --hsts-file="{$XDG_DATA_HOME:-$HOME/.local/share}/wget-hsts"'
alias ww='nvim ~/vimwiki/index.wiki'
alias zzz='doas zzz'
alias day='redshift -PO 5700'
alias night='redshift -PO 3600'
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null