| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Support for running Redshift outside X using libdrm
|
| |
| |
| |
| | |
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|\ \
| | |
| | |
| | |
| | | |
Add systemd user unit files for redshift and redshift-gtk.
Fixes #35, fixes #50.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Add a systemd user .service file to allow users to run redshift as a
daemon using systemd. Also adds a new configure option,
`--with-systemduserunitdir`, which gives the install path.
If set to `no`, systemd support is disabled.
If not set, we use `pkg-config` to find the path.
|
|/
|
|
|
| |
Should have been PYTHONPATH but since the path is set by the script it is no
longer necessary.
|
|
|
|
|
|
|
| |
Setup automake to "foreign" so that no additional files are required to be present.
Remove AUTHORS and ChangeLog (this info can be found in the git repository), and remove INSTALL.
Add a reference to the HACKING document in README.
Add dependency information in HACKING.
|
| |
|
|
|
|
| |
This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
|
| |
|
| |
|
|
Update man page with information on configuration file.
|