Archive | July 2020

You are browsing the site archives by date.

Linux Mint 20 / dual monitors / redshift

I previously was a user of f.lux On my new install of mint20, Redshift is already installed. Was annoyed that it only managed one monitor after I plugged a second. Some searching took me to http://jonls.dk/redshift/ and I tried my luck with creating the configuration file. Made two updates: commented screen=1 at the end updated […]

APOC to the rescue #2

In this short post, another APOC feature worth its weight. The function apoc.any.property takes two parameters, first being the object (node, relation) the second being the name of a property of that object. It returns the value of any property of an object.   <– genius 🙂 That is super useful when you want to use […]