File: README.md

package info (click to toggle)
compton-conf 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 720 kB
  • sloc: cpp: 257; makefile: 8
file content (41 lines) | stat: -rw-r--r-- 1,670 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
# compton-conf

## WARNING

This repository will receive no further updates and should be considered deprecated.

## Overview

compton-conf is a configuration tool for X composite manager [Compton](https://github.com/chjj/compton).   

![Screenshot of compton-conf running on awesome-wm](https://i.imgur.com/2fSiAx8.png)

It is maintained by the LXQt project but can be used independently from this desktop environment.   

## Installation

### Compiling source code

Runtime dependencies are libconfig and qtbase.   
Additional build dependencies are CMake and [liblxqt](https://github.com/lxqt/liblxqt) as well as optionally
Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n)
so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information.   

Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems.   

To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual.   

### Binary packages

Official binary packages are available in Arch Linux, Debian (as of Debian stretch) and openSUSE (Leap 42.1 and Tumbleweed).   
The tool is missing in Fedora so far.   


###Translations

Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-configuration/compton-conf/)

<a href="https://translate.lxqt-project.org/projects/lxqt-configuration/compton-conf/">
<img src="https://translate.lxqt-project.org/widgets/lxqt-configuration/-/compton-conf/multi-auto.svg" alt="Translation status" />
</a>