I want to try if it can increase my reading productivity.
Asked
Active
Viewed 871 times
1 Answers
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.
Javier S.G.
- 56