From afced7ae76770a7968e9d256ad8bf6b3f147efd9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 6 Mar 2018 03:29:52 -0500 Subject: move services into separate available/enabled directories this way, switching branches won't keep randomly spinning up a bunch of unkillable supervise processes --- services/available/compton/log/run | 3 +++ services/available/compton/run | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 services/available/compton/log/run create mode 100755 services/available/compton/run (limited to 'services/available/compton') diff --git a/services/available/compton/log/run b/services/available/compton/log/run new file mode 100755 index 0000000..38a5424 --- /dev/null +++ b/services/available/compton/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec multilog t s16777215 $HOME/.log/compton diff --git a/services/available/compton/run b/services/available/compton/run new file mode 100755 index 0000000..058cc1a --- /dev/null +++ b/services/available/compton/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec compton -m 0.9 -i 0.8 -f -D 7 --vsync drm --inactive-dim 0.3 -- cgit v1.2.3-54-g00ecf