From aa4ff5e80a548001058f898d88143244b06ae51e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Mar 2016 13:38:44 -0500 Subject: Initial commit --- diff --git a/.gitignore.d/redshift b/.gitignore.d/redshift new file mode 100644 index 0000000..cfcabf4 --- /dev/null +++ b/.gitignore.d/redshift @@ -0,0 +1,13 @@ +# Exclude all files +* + +# Include relevant files +!/.redshift.conf +!/.gitignore.d/ +!/.gitignore.d/redshift + +# Exclude swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig diff --git a/.redshift.conf b/.redshift.conf new file mode 100644 index 0000000..6ab0adf --- /dev/null +++ b/.redshift.conf @@ -0,0 +1,6 @@ +[redshift] +location-provider=manual + +[manual] +lat=41 +lon=-75 -- cgit v0.9.1