commit 57896938dcd3bfeb6b3cde582ae95c3b1fc56ebc
parent 6281736a5fc56f3447940cebc969937815705cbd
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 16 Jan 2019 10:41:33 +0100
Change day color temperature and remove old debug output
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/links/.config/i3/config b/links/.config/i3/config
@@ -105,7 +105,7 @@ bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
-bindsym $mod+$modalt+l exec --no-startup-id keyboard-layout-switch.sh > ~/out.txt
+bindsym $mod+$modalt+l exec --no-startup-id keyboard-layout-switch.sh
bindsym $mod+m exec $term -e tmux-mutt.sh
bindsym $mod+n exec $term -e ranger
bindsym $mod+o exec --no-startup-id ddspawn fuzzylaunch
diff --git a/links/.xinitrc b/links/.xinitrc
@@ -37,7 +37,7 @@ fi
if [ "$(hostname)" != "phony" ]; then
# default temperature is 6500 K day, 4500 K night
- redshift -l 56.09:10.12 -t 6500:3300 & # Aarhus
+ redshift -l 56.09:10.12 -t 7500:3300 & # Aarhus
#redshift -l 32.84:-117.26 & # San Diego
fi