aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-14README: Fix headingJon Lund Steffensen1-2/+1
2020-06-14Minor updates to README formattingJon Lund Steffensen1-14/+16
2020-06-14Add a FAQ entry on issues with running via systemdHugo Osvaldo Barrera1-0/+12
Fixes #742
2020-06-14Change services to by wanted by graphical-sessionHugo Osvaldo Barrera2-2/+2
The previous value (`default.target`) meant that redshift got started when a user session began, at which point we can't expect a graphic session to be up and running (eg: Xorg or Wayland may have not even been invoked yet). Setting `WantedBy=graphical-session.target` ensures that, when the service is enable, it'll only get run when starting a graphical session (again, either Xorg or Wayland, whatever DE's may be used).
2020-06-14Set redshift to run after graphical-sesion.targetHugo Osvaldo Barrera2-2/+2
The previous reference (`display-manager.service`) is not something that's included with systemd. While it may be present on some user's system (because they created it, or some specific package includes it), it can't be expected to be present. On the other hand, `graphical-session.target` is included with systemd, and can be expected to be there, and be triggered when starting a graphical session. This guarantees that redshift will only run AFTER a graphic session is up (eg: either Xorg or Wayland are up).
2020-06-13Use real 3rd-level headers in README so that you can link to themariasuni1-12/+12
2020-06-13List some alternatives to Redshift on Waylandariasuni1-0/+5
2020-06-13Try to remove brew upgrade pythonJon Lund Steffensen1-1/+0
2020-06-13src/redshift.c: Use localtime_s() on WindowsMasanori Kakura1-0/+5
AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows.
2020-06-13Remove Travis macOS workaroundJon Lund Steffensen1-7/+0
2019-10-02src/redshift.c: Use localtime_s() on WindowsMasanori Kakura1-0/+5
AppVeyor's GCC no longer supports localtime_r(). We need to use localtime_s() on Windows.
2019-03-03Fix #386: added more suspend durations as requestedhubvu1-1/+3
2018-10-20Fixes #578: Allow hash as comment characterJon Lund Steffensen1-2/+2
2018-10-20Fixes to documentation on contributingJon Lund Steffensen2-12/+23
Fixes #579
2018-10-02Status icon: Prefer symbolic icons when availableClement Lefebvre1-10/+21
Use 'redshift-status-on-symbolic' and 'redshift-statys-off-symbolic' if available. If these icons are not present in the icon theme, fallback to 'redshift-status-on' and 'redshift-status-off'. Symbolic icons are the only way for themes to properly support both light and dark panels with grey icons. If the icon name ends with -symbolic, GTK renders the foreground color of the icon based on the color of the panel behind it.
2018-08-29Fix "Some translated strings are still in English" issueMasanori Kakura8-0/+31
ENABLE_NLS is always undefined in some files and some translatable messages in these files are always displayed in English. This commit fixes the issue.
2018-08-12Fix #609: Delete de.mo fileJon Lund Steffensen1-0/+0
2018-08-12Add issue templatesJon Lund Steffensen2-0/+46