mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Update default browser
This commit is contained in:
parent
2c2f00b710
commit
8fe8cc495a
@ -360,8 +360,8 @@ globalkeys = gears.table.join(
|
|||||||
{ description = "reload awesome", group = "awesome" }),
|
{ description = "reload awesome", group = "awesome" }),
|
||||||
-- awful.key({ modkey, "Control" }, "q", awesome.quit,
|
-- awful.key({ modkey, "Control" }, "q", awesome.quit,
|
||||||
-- {description = "quit awesome", group = "awesome"}),
|
-- {description = "quit awesome", group = "awesome"}),
|
||||||
awful.key({ modkey, }, "v", function() awful.spawn("vivaldi-stable") end,
|
awful.key({ modkey, }, "b", function() awful.spawn("firefox") end,
|
||||||
{ description = "open vivaldi", group = "launcher" }),
|
{ description = "open firefox", group = "launcher" }),
|
||||||
awful.key({ modkey, }, "n", function() awful.spawn("spacefm") end,
|
awful.key({ modkey, }, "n", function() awful.spawn("spacefm") end,
|
||||||
{ description = "open spacefm", group = "launcher" }),
|
{ description = "open spacefm", group = "launcher" }),
|
||||||
|
|
||||||
@ -575,7 +575,7 @@ awful.rules.rules = {
|
|||||||
|
|
||||||
{
|
{
|
||||||
rule_any = {
|
rule_any = {
|
||||||
class = { "Thunderbird", "discord", "telegram-desktop", "TelegramDesktop" }
|
class = { "Thunderbird", "discord", "ripcord", "TelegramDesktop" }
|
||||||
}, properties = { screen = 1, tag = "8" }
|
}, properties = { screen = 1, tag = "8" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -144,6 +144,8 @@ alias weather='curl wttr.in/'
|
|||||||
alias wget='wget --hsts-file="{$XDG_DATA_HOME:-$HOME/.local/share}/wget-hsts"'
|
alias wget='wget --hsts-file="{$XDG_DATA_HOME:-$HOME/.local/share}/wget-hsts"'
|
||||||
alias ww='nvim ~/vimwiki/index.wiki'
|
alias ww='nvim ~/vimwiki/index.wiki'
|
||||||
alias zzz='doas zzz'
|
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
|
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user