From dd98013fc07bfdfe58413a01f3e5246c6a3eeef1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 22 Feb 2021 14:20:09 +0100 Subject: Added $HOME in .xinitrc instead of hardcoded home path --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index d1a873d..416489a 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,7 +1,7 @@ # xinput disable 'ETPS/2 Elantech Touchpad' & echo 'Starting redshift' -redshift -c /home/charles/.config/redshift.conf & +redshift -c $HOME/.config/redshift.conf & echo 'Starting dunst' dunst & -- cgit