aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:15:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:18:02 +1200
commit79a724ee37465c93d7af0e793b91b0ae551285fa (patch)
treebd63949a441323d03e123108ad56174ae1715fd8 /X
parentCheck and execute ~/.fehbg rather than sourcing it (diff)
downloaddotfiles-79a724ee37465c93d7af0e793b91b0ae551285fa.tar.gz
dotfiles-79a724ee37465c93d7af0e793b91b0ae551285fa.zip
Move redshift files to dedicated target
Diffstat (limited to 'X')
-rw-r--r--X/redshift.conf10
-rw-r--r--X/xsession.d/redshift.sh3
2 files changed, 0 insertions, 13 deletions
diff --git a/X/redshift.conf b/X/redshift.conf
deleted file mode 100644
index 1e1de4ee..00000000
--- a/X/redshift.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-[redshift]
-adjustment-method=randr
-location-provider=manual
-temp-day=5700
-temp-night=3500
-transition=1
-
-[manual]
-lat=-40.352306
-lon=175.608215
diff --git a/X/xsession.d/redshift.sh b/X/xsession.d/redshift.sh
deleted file mode 100644
index d5d58d8a..00000000
--- a/X/xsession.d/redshift.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Start redshift(1)
-command -v redshift >/dev/null 2>&1 || return
-redshift &