summaryrefslogtreecommitdiffstats
path: root/services/available/compton
diff options
context:
space:
mode:
Diffstat (limited to 'services/available/compton')
-rwxr-xr-xservices/available/compton/log/run3
-rwxr-xr-xservices/available/compton/run2
2 files changed, 3 insertions, 2 deletions
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