diff options
author | LoganDungeon <JonasW96@gmx.net> | 2020-05-17 13:55:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 13:55:24 +0200 |
commit | 1d6423104722558c3be13fffc5475405c4d9a519 (patch) | |
tree | 789240e60a7c3f04c2058fa67316ae6698eae3fd | |
parent | d2083bb47ba9f718add6e0f6a041a76895eb5dd8 (diff) |
renamed compton to picom
Just a small change: compton recently was renamed to picom
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Obviously, `make` is required to build. `fontconfig` is required for the default On OpenBSD, be sure to edit `config.mk` first and remove `-lrt` from the `$LIBS` before compiling. -Be sure to have a composite manager (`xcompmgr`, `compton`, etc.) running if you want transparency. +Be sure to have a composite manager (`xcompmgr`, `picom`, etc.) running if you want transparency. ## How to configure dynamically with Xresources |