From 4a1b7f74cd875d0527f4d981310e0d76a7321b85 Mon Sep 17 00:00:00 2001 From: vollstock Date: Mon, 26 Feb 2024 09:26:08 +0000 Subject: [PATCH] better description for compositor package --- compositor/package/DEBIAN/control | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/compositor/package/DEBIAN/control b/compositor/package/DEBIAN/control index 1869ee7..a656622 100755 --- a/compositor/package/DEBIAN/control +++ b/compositor/package/DEBIAN/control @@ -7,5 +7,13 @@ Architecture: all Name: picom Compositor Depends: picom Recommends: picom-conf -Description: Installs the picom compositor for X11 Thumbnail: picom-thumbnail.png +Description: Installs the picom compositor to eliminate screen tearing. + [picom](https://github.com/yshui/picom) is a compositor for X, and a fork of Compton. + It has many features but we are primarily using it to fight screen tearing. + . + There is a graphical tool to configure picom: + . + ```bash + picom-conf /home/tooloop/.config/picom.conf + ```