Redshift override fun
This commit is contained in:
parent
9aea7db0d6
commit
3b795ac310
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
TOP_SOURCES := $(git ls-files | grep -vE 'README|Makefile|^config|^\.git|^\.travis' | grep -v /)
|
||||
TOP_SOURCES := $(shell git ls-files | grep -vE 'README|Makefile|^config|^\.git|^\.travis' | grep -v /)
|
||||
CONFIG_SOURCES := $(shell git ls-files config)
|
||||
TARGETS := \
|
||||
$(patsubst %,$(HOME)/.%,$(TOP_SOURCES)) \
|
||||
|
3
config/systemd/user/redshift.service.d/override.conf
Normal file
3
config/systemd/user/redshift.service.d/override.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/home/me/.redshift-wrapper
|
Loading…
Reference in New Issue
Block a user