summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-07 13:38:44 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-07 13:38:44 (EST)
commitaa4ff5e80a548001058f898d88143244b06ae51e (patch)
tree78c39b2b2cba66e0badae2bd3813566a2c3cdeca
downloadredshift-aa4ff5e80a548001058f898d88143244b06ae51e.zip
redshift-aa4ff5e80a548001058f898d88143244b06ae51e.tar.gz
redshift-aa4ff5e80a548001058f898d88143244b06ae51e.tar.bz2
Initial commit
-rw-r--r--.gitignore.d/redshift13
-rw-r--r--.redshift.conf6
2 files changed, 19 insertions, 0 deletions
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