Skip to content

Commit

Permalink
Improvement: Add painting on overlay support
Browse files Browse the repository at this point in the history
- Add support for painting on X Composite overlay window instead of root
  window (--paint-on-overlay). I intended to use this to fix the
  conflict between conky (own-window off) and compton, but it's
  unsuccessful. Will have to ask somebody to figure out how to solve
  this problem.

- Rename a few variables to avoid confusion.

- Slightly change how root window content (wallpaper) change is
  detected.

- Slightly improve window name detection in DEBUG_EVENTS.
  • Loading branch information
richardgv committed Oct 24, 2012
1 parent 5dd544d commit 049621b
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 49 deletions.
1 change: 1 addition & 0 deletions compton.sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = false;
refresh-rate = 0;
paint-on-overlay = true;

# Window type settings
wintypes:
Expand Down
Loading

0 comments on commit 049621b

Please sign in to comment.