diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index bc006cbd..9a48240e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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" } }, { diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 27c9941a..02ad139f 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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