diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-18 01:41:21 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-06-18 01:41:21 (EDT) |
commit | ee068f6a6fc0f9bebe6a7b61a7956c4dd56f2436 (patch) | |
tree | 79081b0882c8c8217610d1f5be09754dd8410730 /.fluxbox/startup.d | |
parent | 163445c34950a6065266e3a7769e129aab2f3d28 (diff) | |
download | fluxbox-ee068f6a6fc0f9bebe6a7b61a7956c4dd56f2436.zip fluxbox-ee068f6a6fc0f9bebe6a7b61a7956c4dd56f2436.tar.gz fluxbox-ee068f6a6fc0f9bebe6a7b61a7956c4dd56f2436.tar.bz2 |
.fluxbox/startup.d/compton: New script
Diffstat (limited to '.fluxbox/startup.d')
-rwxr-xr-x | .fluxbox/startup.d/compton | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.fluxbox/startup.d/compton b/.fluxbox/startup.d/compton new file mode 100755 index 0000000..fff5897 --- /dev/null +++ b/.fluxbox/startup.d/compton @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eu + +compton -b |