From ea3d8fd73d59b8a77dfefd61b242fac4fe97e346 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Sun, 4 Nov 2018 00:26:19 +0100 Subject: [PATCH] [xinitrc] Correct path of redshift config --- xinitrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xinitrc b/xinitrc index a931ff1..7a04eb0 100644 --- a/xinitrc +++ b/xinitrc @@ -26,9 +26,9 @@ case "$DE_CHOICE" in i3) XDG_CONFIG_HOME=$HOME/.config - compton --config $XDG_CONFIG_HOME/compton/config &>$HOME/.log/my-i3-desktop/compton.log & # compositor - dunst -config $XDG_CONFIG_HOME/dunst/dunstrc &>$HOME/.log/my-i3-desktop/dunst.log & # notification daemon - redshift -c $XDG_CONFIG_HOME/redshift.config &>$HOME/.log/my-i3-desktop/redshift.log & # colour temperature adjuster + compton --config $XDG_CONFIG_HOME/compton/config &>$HOME/.log/my-i3-desktop/compton.log & # compositor + dunst -config $XDG_CONFIG_HOME/dunst/dunstrc &>$HOME/.log/my-i3-desktop/dunst.log & # notification daemon + redshift -c $XDG_CONFIG_HOME/redshift.conf &>$HOME/.log/my-i3-desktop/redshift.log & # colour temperature adjuster exec i3 ;;