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(-) (limited to '.xinitrc') 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 From 9a57b5a5bb5c48bc76bc10c9cbc0809019d91e61 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 22 Feb 2021 22:29:23 +0100 Subject: Added triple screen configuration, fixing XDG env variables --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 416489a..3142fc0 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,3 +1,5 @@ +#!/usr/bin/env sh + # xinput disable 'ETPS/2 Elantech Touchpad' & echo 'Starting redshift' -- cgit