Skip to content

redtide/picom-conf

 
 

Repository files navigation

picom-conf

Overview

picom-conf is a configuration tool for X composite manager picom.

Main window - shadows Main window - window types

Dependencies

Runtime:

Build:

  • CMake
  • Qt5 Linguist Tools
  • Git (optional, to pull latest VCS checkouts)

Build

CMAKE_BUILD_TYPE is usually set to Release, though None might be a valid alternative.
CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.
Using sudo make install is discouraged, instead use the system package manager where possible.

cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr -W no-dev
cmake --build build --verbose
DESTDIR="$(pwd)/package" cmake --install build

Packages

Packaging status

Translations

For contributing translations the LXQt Weblate Platform can be used.

Translation status

About

GUI configuration tool for Picom X composite manager

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 60.5%
  • CMake 36.5%
  • Perl 3.0%