diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-10 19:54:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-10 19:54:57 +0100 |
commit | 0a007bb2804137ae53790cf9b56bdfd587082e23 (patch) | |
tree | 6e0b44777cc77d89b27718d3381a0ed138af725a /README | |
parent | remove dist (diff) | |
download | unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.gz unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.bz2 unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.xz |
Use simple make file, remove info manual, and other crap, change style, use arg.h instead of getopt, and change license3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -2,12 +2,12 @@ NAME unstickpixels - Screen loop to try to unstick stuck dots SYNOPSIS - unstickpixels [OPTIONS...] [--] [INTERVAL] + unstickpixels [-v] [interval] DESCRIPTION unstickpixels shall cycle the colours on the screen between sRGB(100 %, 0, 0), sRGB(0, 100 %, 0), and sRGB(0, 0, 100 %), - as fast as possible, or sleep INTERVAL milliseconds between + as fast as possible, or sleep interval milliseconds between each switch. You should disable powersaving on your monitors and disable @@ -74,6 +74,3 @@ SEE ALSO There are some similar works in form of videos available on the Internet. - - Full documentation available locally via: info '(unstickpixels)' - |