Replace compton with picom

This commit is contained in:
coolneng 2019-12-24 03:26:42 +01:00
parent 2b92d0d55a
commit c3cd911377
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
setxkbmap -layout es &
## Start compositor
compton -cCb --config ~/.config/compton.conf &
picom -cCb --config ~/.config/picom.conf &
## Set background image
nitrogen --restore &