0

I want to try if it can increase my reading productivity.

1 Answers1

0

You can use some software like f.lux, you can install it by typing in terminal:

wget -c https://justgetflux.com/linux/xflux64.tgz
tar -xvzf xflux64.tgz
rm -rf xflux64.tgz
sudo cp xflux /usr/bin/
sudo chmod 755 /usr/bin/xflux

Note: I supossed that you have a 64bit version.