aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 9259dbd..1d19d31 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,7 +1,9 @@
+#!/usr/bin/env sh
+
# 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 &
xset r rate 200 50