A lightweight compositor for X11
Go to file
Yuxuan Shui 72231098d1 Refactoring
* Move code around
* Remove unneeded forward declaration
* Rename win->damaged to win->ever_damaged, to be less confusing
* Expose debug functions even when DEBUG is not enabled. Compiler
  would remove the dead code for us anyway.
* Some code cleanup
2018-09-10 13:46:24 +01:00
.github Update github issue template 2018-09-10 12:27:02 +01:00
bin Replace "bashism" with POSIX syntax. 2018-04-16 10:13:55 -04:00
dbus-examples whitespace cleanup 2014-07-04 06:27:13 -04:00
man Update manpage 2018-08-14 11:05:28 +01:00
media Added 48x48px raster of initial Compton logo 2015-09-17 21:57:11 -04:00
src Refactoring 2018-09-10 13:46:24 +01:00
tests Misc: Add two test scripts 2015-01-11 16:30:41 +08:00
.editorconfig Add editorconfig 2018-09-10 13:46:05 +01:00
.gitignore Some cleanup work 2018-09-10 13:46:05 +01:00
CPackConfig.cmake Misc: Update CMake files & docs 2013-09-06 23:18:44 +08:00
Doxyfile Feature #51: Re-initialize when SIGUSR1 is received 2012-11-19 11:44:58 +08:00
LICENSE update readme and man page. 2012-10-22 07:50:18 -05:00
Makefile Split out win related functions to win.c 2018-09-10 13:46:24 +01:00
README.md Fix some null pointer problems 2018-09-10 13:46:24 +01:00
README_orig.md update readme 2018-04-16 10:13:55 -04:00
_CMakeLists.txt Misc: Update CMakeLists.txt 2015-01-11 11:01:37 +08:00
compton-default-fshader-win.glsl Feature: #183 custom window shader & #193 --no-fading-destroyed-argb 2014-05-16 15:18:17 +08:00
compton-fake-transparency-fshader-win.glsl Feature: #183 custom window shader & #193 --no-fading-destroyed-argb 2014-05-16 15:18:17 +08:00
compton.desktop Set icon to `compton` in compton.desktop 2015-06-05 17:14:46 -05:00
compton.sample.conf Fix some missing trailing semicolons 2016-09-04 19:24:24 +02:00
desc.txt Misc: #49: Add CMake support 2012-10-03 13:34:54 +08:00
functions.sh Misc: Move shared functions out of make-release.sh 2015-01-11 16:26:36 +08:00
make-release.sh Misc: Move shared functions out of make-release.sh 2015-01-11 16:26:36 +08:00

README.md

Compton

This is a development branch, bug to be expected

This is forked from the original Compton because that seems to have become unmaintained. I'll merge pull requests as they appear upstream, as well as trying to fix bugs reported to upstream, or found by myself.

New features are not likely to be added, since I expect compton to become irrelevant in near future.

The original README can be found here

You are welcomed to submit pull requests.