blob: ef3f8c6888ee4c82902a6ac8e90772c8a3a74cb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)
|