meta: Rename compton to picom

Since the project changed names a while ago, we'll update the repository
to reflect this.
This commit is contained in:
Donovan Glover 2021-11-15 12:41:42 -05:00
parent 938573e03b
commit 4becab25c3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 7 additions and 7 deletions

View File

@ -45,8 +45,8 @@ wal -o ~/.config/wal/done.sh --theme base16-tomorrow-night
# Never blank the screen (disable power saving)
xset s off -dpms
# Start compton
compton -b
# Start picom (prevents screen tearing)
picom -b
# Start polybar and other things based on DPI
# Get the host width

View File

@ -1,18 +1,18 @@
# compton
# picom
[compton][compton] is a desktop compositor for X11.
[picom][picom] is a desktop compositor for X11.
## Use Cases
compton can be used to:
picom can be used to:
- Reduce screen tear in certain environments
- Add elementary animations such as fading to your desktop
- Add shadows to your desktop
You should not use compton if:
You should not use picom if:
- Your window manager or desktop environment already has a compositor
- You are not using X11
[compton]: https://github.com/yshui/compton
[picom]: https://github.com/yshui/picom