From 31d130fb9915471362955803da4721e887691573 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 5 Oct 2016 16:09:50 -0700 Subject: [PATCH] [Linux] Change compton unit to forking type --- dotfiles/config/systemd/user/compton.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]