diff options
author | David Wührer <def@gmx.at> | 2024-05-18 21:04:34 +0200 |
---|---|---|
committer | David Wührer <def@gmx.at> | 2024-05-18 21:04:34 +0200 |
commit | 77cfffee6177fb0421fa0fce15d6a1875bde4816 (patch) | |
tree | 251428cdd482ea50cfb019dbd3c3bafd79d2fd14 /man/man1/colourlist.1 | |
parent | 75b23ce1ff0daab363725a2a5755ea80bbeaa68e (diff) |
manuals, sum-down, radix
Diffstat (limited to 'man/man1/colourlist.1')
-rw-r--r-- | man/man1/colourlist.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/man/man1/colourlist.1 b/man/man1/colourlist.1 new file mode 100644 index 0000000..ef3f8c6 --- /dev/null +++ b/man/man1/colourlist.1 @@ -0,0 +1,29 @@ +.TH colourlist 1 2020-09-27 utils + +.SH NAME +colourlist \- show named X11 colours + +.SH SYNOPSIS +.B colourlist + +.SH DESCRIPTION +.B colourlist +opens a window showing all the colours +that are named in the +.I /etc/X11/rgb.txt +file. + +It is implemented as a +.BR python (1) +script using the tkinter module +that is part of the standard distribution. + +.SH FILES +.TP +.I /etc/X11/rgb.txt + +.SH EXAMPLES +.B colourlist + +.SH SEE ALSO +.BR Xorg (1) |