Fix picom config file location

This commit is contained in:
coolneng 2019-12-25 14:43:15 +01:00
parent 2ae2a5fd48
commit a4d7562f74
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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