From 5b6ecd231720041d1d1cea6db045d22694d5e81f Mon Sep 17 00:00:00 2001 From: AngeD Date: Mon, 14 Nov 2022 15:54:02 +0100 Subject: [PATCH] feat: redshift at awesome statup --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e08a0d6..6c1b2f8 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -635,6 +635,7 @@ apps = { "xset dpms 300 15", -- dim screen after 5 min and lock 15 sec after "xss-lock -- " .. lock, "picom", + "redshift", "nm-applet", "numlockx", "killall cbatticon",