* Type `redshift` in dom0 to start the program. It will load previously saved configuration.
*Location is needed to know when actually sun sets for you. Without that parameter, redshift may not work.
To find city longitude and latitude you can use geonames.org
| * Type `redshift` in dom0 to start the program. It will load previously saved configuration.
* You can turn it off again by running `killall redshift` in a dom0 terminal
*Location is needed to know when actually sun sets for you. To find city longitude and latitude you can use geonames.org
Alternatively, use fixed times in the config file; that way you don't need to come up with a location:
```
[redshift]
temp-day=6400
temp-night=3200
dawn-time=07:00-08:00
dusk-time=21:30-22:30
```
|