Yuxuan Shui 7af815a0aa Proper fix for screen freeze
If an X event is received at a very specific point in time, it can trigger
a race condition in Xlib. Said event will be read, but Xlib will
nonetheless be completely unaware of the event.

This cause compton to sometimes block on select() while there are events
ready to be processed. If the event is a damage report, screen freeze
will happen until some other event is received.

The proper fix is to switch to xcb for event handling, thus avoid this
problem entirely.
2018-09-22 23:57:51 +01:00
2018-09-10 12:27:02 +01:00
2018-04-16 10:13:55 -04:00
2014-07-04 06:27:13 -04:00
2018-08-14 11:05:28 +01:00
2018-09-22 23:57:51 +01:00
2015-01-11 16:30:41 +08:00
2015-01-11 11:01:37 +08:00
2018-09-10 13:46:05 +01:00
2018-09-10 13:46:05 +01:00
2012-10-03 13:34:54 +08:00
2012-10-22 07:50:18 -05:00
2018-09-22 23:57:51 +01:00
2018-04-16 10:13:55 -04:00
2018-09-10 13:46:24 +01:00

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.

Description
No description provided
Readme 17 MiB
Languages
C 96.1%
Shell 2.2%
Python 0.8%
Meson 0.8%