diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-17 07:57:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 07:57:56 -0400 |
commit | 22c71c355ca4f4e965c3d07e9ac37b0da7349255 (patch) | |
tree | 789240e60a7c3f04c2058fa67316ae6698eae3fd | |
parent | d2083bb47ba9f718add6e0f6a041a76895eb5dd8 (diff) | |
parent | 1d6423104722558c3be13fffc5475405c4d9a519 (diff) |
Merge pull request #212 from LoganDungeon/patch-1
renamed compton 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 |