From 91d372df49629f82583b68cc94f54ee45585a22c Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Thu, 25 May 2023 22:13:02 +0200 Subject: [PATCH] added redshift --- .config/i3/config | 4 +++- .config/redshift/redshift.conf | 5 +++++ pkglist.txt | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .config/redshift/redshift.conf diff --git a/.config/i3/config b/.config/i3/config index 810d90d..e11d43e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -38,7 +38,7 @@ exec --no-startup-id nm-applet exec --no-startup-id /usr/lib/polkit-kde-authentication-agent-1 & # nitrogen handles the desktop background -exec --no-startup-id "nitrogen --restore" +exec_always --no-startup-id "nitrogen --restore" # dex could be used for autostarting applications. not used right now exec --no-startup-id dex --autostart --environment i3 @@ -48,6 +48,8 @@ exec_always --no-startup-id sxhkd -c $HOME/.config/sxhkd/sxhkdrc exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec_always --no-startup-id pkill -9 redshift; redshift -P -t 6500:4000& + focus_follows_mouse no font pango:Noto Sans 14 diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf new file mode 100644 index 0000000..544acf4 --- /dev/null +++ b/.config/redshift/redshift.conf @@ -0,0 +1,5 @@ +[redshift] +location-provider=manual +[manual] +lat=53.55073 +lon=9.99302 diff --git a/pkglist.txt b/pkglist.txt index f2b06f7..003a4ba 100644 --- a/pkglist.txt +++ b/pkglist.txt @@ -14,3 +14,4 @@ polkit-kde-agent acpi arandr autorandr +redshift