I was just looking around to figure out how to enable something like night shift for my display. After looking around for a bit I found redshift which works great when I run this command in my terminal:
redshift -l 52.1326:5.2913
Since I wanted redshift to start whenever I’m starting my pc and I’m using i3 I put it into the i3 config like this:
exec --no-startup-id redshift -l 52.1326:5.2913
I saved the file and refreshed the config and I didn’t work so I restarted my pc, it didn’t work again. I checked the i3 config and the line is still in there so it should’ve worked.
So I ran
redshift -l 52.1326:5.2913
again and the display dims again but now it’s also flickering every few seconds (irregularly).
Any ideas how I can fix this or generally speaking enable redshift (or any alternatives?) for endeavour with i3wm?
not sure it’s a WM thing (yet). the thing with redshift is you need to amend it’s startup .conf file with those coordinates. I’ve had that flickering.
I’ve never had much luck appending the conf file [the internets all say must append conf file with coordinates etc]…
so I did find a workaround.
I used to run this command in autostart (budgie) every time it booted: redshift -O 4000.
the 4000 is just my preference of brightness.
later I got rid of the script so I could just adjust as needed during the day with a fast terminal command.
you could see if the -O thing gets rid of your flickering. good luck.
you did the tried and true internet method (I could not make that happen) so congrats! I made a ~/.config/redshift/redshift.conf file, alternated between redshift and redshift-gtk, which spawned more conf files…then I had it set to autostart so that changed everything and nothing worked and flickering started and I really made a mess of it. Enter redshift -O XXXX.
We each solved it a different way, that’s what I love about linux. Good job @Trichter !