diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-21 16:50:15 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-21 16:50:15 +0100 |
commit | 96a6575e23b5baebcdd38269b80f47cc02a2627e (patch) | |
tree | 0561580306c882e0e7a4f76c542130bb7ee44537 /README | |
parent | Refactor (diff) | |
download | redshift-ng-96a6575e23b5baebcdd38269b80f47cc02a2627e.tar.gz redshift-ng-96a6575e23b5baebcdd38269b80f47cc02a2627e.tar.bz2 redshift-ng-96a6575e23b5baebcdd38269b80f47cc02a2627e.tar.xz |
Refactor
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -10,7 +10,7 @@ NAME SYNOPSIS redshift [-b day:night] [-c file] [-g r:g:b] [-m method[:options]] [-l latitude:longitude | -l provider[:options]] - [-o | -O temperature | -t day:night | -x] [-pPrv] | -hV + [-o | -O temperature | -t day:night | -x] [-pPrv] | -h | -V DESCRIPTION redshift adjusts the colour temperature of your screen according to your @@ -116,7 +116,14 @@ INPUT FILES ASYNCHRONOUS EVENTS redshift takes the standard action for all signals except: - TODO + SIGINT, SIGTERM, SIGQUIT + Smoothly disable the effects of redshift and terminate the + process. If already sent, immediately disable the effects + and terminate the process. + + SIGUSR1 + Disable the effects of redshift, or if already disabled, + reenable them. STDOUT TODO |