commit d0ec5a95025a6386cd29674641b653bd3500539c
parent 7111150fdf858928cddba82633dda920dc3b490e
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 11 Mar 2014 10:46:09 +0100
Merge branch 'master' of github.com:anders-dc/dotfiles
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.i3/config b/.i3/config
@@ -84,6 +84,7 @@ bindsym $mod+Shift+q kill
bindsym $mod+space exec dmenu_run -nb \#222222 -nf \#888888 -sb \#333333 -sf \#ffffff
# change focus
+bindsym $mod+g focus left
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
diff --git a/.xinitrc b/.xinitrc
@@ -88,6 +88,10 @@ if [[ "$HOSTNAME" == 'iddqd' ]]; then
xrandr --output DP-1 --auto --left-of DVI-D-0
fi
+if [[ "$HOSTNAME" != 'phony' ]]; then
+ redshift -l 56.09:10.12 &
+fi
+
# Start screensaver daemon
/usr/bin/xscreensaver -no-splash &