Compton: alternative to xcompmgr

Compton is a fork dexcompmgr-dana, which in turn is a fork of its own xcompmgr, whose objective is the bug fix y new features, among which are the transparency for active and inactive windows, for the window frame (including the title bar) and for the menus.


To install Compton on ArchLinux, you can do it from the AUR:

yaourt -S compton-git

Its most basic execution:

Compton

To apply shadows to windows:

compton -c

So that the shadows do not affect the panels and docks:

compton-cC

To specify the opacity (transparency) of inactive windows and frames:

compton -cC -i 0.6 -e 0.6

To enable smooth transition effects in windows and menus, even when they change their opacity:

compton -cC -i 0.6 -e 0.6 -fF

To specify the opacity change and time when windows are fading:

compton -cC -i 0.6 -e 0.6 -fF -I 0.065 -O 0.065 -D 6

To specify the opacity of the menus:

compton -cC -i 0.6 -e 0.6 -fF -I 0.065 -O 0.065 -D 6 -m 0.8

More information on the official page of Compton on Github and the help of Compton on the ArchLinux Wiki.

Source: Gespadas


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

      Hector Zelaya said

    If I just installed it, go to https://github.com/chjj/compton download the sources and compile it. Nothing that a make and a sudo make install cannot fix hehehe

      Hector Zelaya said

    Very interesting. By the way, what themes will be the ones in the image (gtk, openbox, icons) I like them hehehehe

      Rodrigo said

    for debian stable there is no chance right? I have xcompmgr and cairo-compmgr and neither of them convince me ...