From 7b4082cdc3e288852450d1605f2bdf1d9b44c02f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 4 Mar 2021 00:59:22 -0500 Subject: clean up service run scripts --- services/available/compton/log/run | 3 ++- services/available/compton/run | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'services/available/compton') diff --git a/services/available/compton/log/run b/services/available/compton/log/run index 38a5424..38568be 100755 --- a/services/available/compton/log/run +++ b/services/available/compton/log/run @@ -1,3 +1,4 @@ #!/bin/sh +set -eu -exec multilog t s16777215 $HOME/.log/compton +exec multilog t s16777215 "$HOME/.log/compton" diff --git a/services/available/compton/run b/services/available/compton/run index 98553aa..8c67cec 100755 --- a/services/available/compton/run +++ b/services/available/compton/run @@ -1,3 +1,3 @@ #!/bin/sh -exec picom -m 0.9 -i 0.8 -f -D 5 --inactive-dim 0.3 +exec picom -m 0.9 -i 0.8 -f -D 5 --inactive-dim 0.3 2>&1 -- cgit v1.2.3-54-g00ecf