Skip to content

Commit 5774f65

Browse files
committed
Add info about GIF and JPG to the man page
1 parent 9903f02 commit 5774f65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

i3lock.1

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.fi
99
..
1010

11-
.TH i3lock-color 1 "JAN 2022" Linux "User Manuals"
11+
.TH i3lock-color 1 "SEP 2022" Linux "User Manuals"
1212

1313
.SH NAME
1414
i3lock-color \- improved screen locker
@@ -42,8 +42,8 @@ i3lock forks, so you can combine it with an alias to suspend to RAM
4242
(run "i3lock && echo mem > /sys/power/state" to get a locked screen after waking
4343
up your computer from suspend to RAM)
4444
.IP \[bu]
45-
You can specify either a background color or a PNG image which will be displayed
46-
while your screen is locked.
45+
You can specify either a PNG or JPG image, a GIF animation or a background
46+
color which will be displayed while your screen is locked.
4747
.IP \[bu]
4848
You can specify whether i3lock should bell upon a wrong password.
4949
.IP \[bu]
@@ -73,12 +73,12 @@ verified or whether it is wrong).
7373

7474
.TP
7575
.BI \-i\ path \fR,\ \fB\-\-image= path
76-
Display the given PNG image instead of a blank screen.
76+
Display the given PNG/JPG image or GIF animation instead of a blank screen.
7777

7878
.TP
7979
.BI \fB\-\-raw= format
80-
Read the image given by \-\-image as a raw image instead of PNG. The argument is
81-
the image's format as <width>x<height>:<pixfmt>.
80+
Read the image given by \-\-image as a raw image instead of PNG/JPG/GIF. The
81+
argument is the image's format as <width>x<height>:<pixfmt>.
8282
The supported pixel formats are:
8383
\'native', 'rgb', 'xrgb', 'rgbx', 'bgr', 'xbgr', and 'bgrx'.
8484
The "native" pixel format expects a pixel as a 32-bit (4-byte) integer in

0 commit comments

Comments
 (0)