diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-02 21:03:43 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-02 21:03:43 -0400 |
commit | f76fabb2fbbd0de4b828b38deaf9eb7564c6ef31 (patch) | |
tree | 0cb6e0a1c9501d0bb17595ed3af2b490a4796ac4 /.xinitrc | |
parent | Get the global git committer name/email from ~/.gitconfig, not zshrc (diff) |
Use redshift config file
Diffstat (limited to '')
-rwxr-xr-x | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ if test -f ~/.Xresources; then xrdb -merge -I$HOME ~/.Xresources fi -redshift -m REDSHIFT_MODE -l 44.22:-76.48 -t 6500:2500 & +redshift & ${HOME}/bin/icd # xcompmgr & trayer --tint black --edge top --SetDockType true --SetPartialStrut true \ |