Skip to content

HowTo: Disable Compton

Ken Gilmer edited this page Oct 19, 2019 · 1 revision

Compton is a program that adds some visual effects to the desktop. It is not necessary for the desktop to function and can act erratically with some computer configurations. Disabling it is simple:

  1. Stage your own i3 config file and open ~/.config/regolith/i3/config in your editor of choice.
  2. Find the line which launches compton, looking something like exec --no-startup-id compton -f --config $compton_config. Comment out or remove the line.
  3. Log out and back in to the Regolith session. You can verify compton is not running via
    $ ps aux | grep compton