diff --git a/dotfiles/config/systemd/user/compton.service b/dotfiles/config/systemd/user/compton.service index 55be46b1..5e9f214e 100644 --- a/dotfiles/config/systemd/user/compton.service +++ b/dotfiles/config/systemd/user/compton.service @@ -2,8 +2,8 @@ Description=compton [Service] -Type=simple -ExecStart=/usr/bin/compton -cC +Type=forking +ExecStart=/usr/bin/compton -cC -f -b ExecStop=/usr/bin/pkill compton [Install]