diff options
author | June McEnroe <june@causal.agency> | 2021-06-28 09:42:51 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-28 09:42:51 -0400 |
commit | c0011fa00423f4d81db72dbf8114a0e5c100139e (patch) | |
tree | 3da7557f978633e58befd9f697c0ec3d7fa366c7 | |
parent | Add SAUSAGE (diff) | |
download | src-c0011fa00423f4d81db72dbf8114a0e5c100139e.tar.gz src-c0011fa00423f4d81db72dbf8114a0e5c100139e.zip |
Don't run sctd
Non-daylight aware colour temperature adjustment just doesn't work right.
Diffstat (limited to '')
-rw-r--r-- | home/.xsession | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.xsession b/home/.xsession index b6ebd8a1..a51d52f2 100644 --- a/home/.xsession +++ b/home/.xsession @@ -7,6 +7,5 @@ xrdb -load ~/.config/X/resources xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \ -bg rgb:14/13/0E -fg rgb:7A/49/55 -sctd 3600 & xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock & exec cwm -c ~/.config/cwm/cwmrc |