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