aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-21 00:54:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-21 00:54:11 +1300
commitcacff41bf2f9fa89dae49010ee4c7ab4361ce030 (patch)
treed291caec4acaa82abe1af5415e63d12fffbfae9f
parentAdd Bash settings to Vim readline highlighting (diff)
downloaddotfiles-cacff41bf2f9fa89dae49010ee4c7ab4361ce030.tar.gz
dotfiles-cacff41bf2f9fa89dae49010ee4c7ab4361ce030.zip
Correct sxhkd installation path
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0731df0b..ee6afcb3 100644
--- a/Makefile
+++ b/Makefile
@@ -606,7 +606,7 @@ install-wget:
install-x: check-xinit
mkdir -p -- \
$(HOME)/.config \
- $(HOME)/.config/sxhkdrc \
+ $(HOME)/.config/sxhkd \
$(HOME)/.xinitrc.d \
$(HOME)/.Xresources.d
cp -p -- X/redshift.conf $(HOME)/.config