From fbb22b1202bcb330ca6d551c0b2def8b29304b8c Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Wed, 25 Jun 2014 15:42:20 +0200 Subject: [PATCH] start redshift automatically --- x/xinitrc.symlink | 9 +++++++++ 1 file changed, 9 insertions(+) mode change 100644 => 100755 x/xinitrc.symlink diff --git a/x/xinitrc.symlink b/x/xinitrc.symlink old mode 100644 new mode 100755 index 2133165..1edd58e --- a/x/xinitrc.symlink +++ b/x/xinitrc.symlink @@ -1,9 +1,15 @@ +#!/bin/sh xset fp+ /usr/share/fonts/local xset fp rehash # QGtkStyle does *not* like includes. export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine" +# compose led - not working +# export _XKB_OPTIONS_ENABLE=1 +# export _XKB_COMP_LED=1 + # workaround for gtk3 focus export GDK_CORE_DEVICE_EVENTS=1 + xrdb ~/dotfiles/x/Xresources source /etc/profile.d/infinality-settings.sh ~/dotfiles/bin/docked.sh @@ -11,6 +17,9 @@ pulseaudio --start volnoti dropbox start & syndaemon -t -k -i 1 -d & +redshift -l 52.2:5.16 -t 6500:5500 & +# inverted scrolling synclient HorizScrollDelta=-107 VertScrollDelta=-107 +# compositing, start after awesome (sleep 2s; compton --config ~/dotfiles/x/compton.conf -b) & exec awesome -c ~/dotfiles/awesome/rc.lua