aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:17:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:18:39 +1200
commit78795ec6b8576c180ed843ec5abbb6f4916cfced (patch)
treefeaa2529c5fcfd1ae490b5660bd1df33ba2867c5 /Makefile
parentMove redshift files to dedicated target (diff)
downloaddotfiles-78795ec6b8576c180ed843ec5abbb6f4916cfced.tar.gz
dotfiles-78795ec6b8576c180ed843ec5abbb6f4916cfced.zip
Move sxhkd files to dedicated target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03e67b67..0093c771 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@
install-readline \
install-redshift \
install-sh \
+ install-sxhkd \
install-subversion \
install-systemd \
install-terminfo \
@@ -555,6 +556,11 @@ install-redshift: install-x
cp -p -- redshift/redshift.conf $(XDG_CONFIG_HOME)
cp -p -- redshift/xsession.d/* $(HOME)/.xsession.d
+install-sxhkd: install-x install-urxvt
+ mkdir -p -- $(XDG_CONFIG_HOME)/sxhkd
+ cp -p -- sxhkd/sxhkdrc $(XDG_CONFIG_HOME)/sxhkd
+ cp -p -- sxhkd/xsession.d/* $(HOME)/.xsession.d
+
install-sh: check-sh
mkdir -p -- $(HOME)/.profile.d $(HOME)/.shrc.d
cp -p -- sh/profile $(HOME)/.profile
@@ -636,10 +642,8 @@ install-wget: install-sh
install-x: check-xsession
mkdir -p -- \
- $(XDG_CONFIG_HOME)/sxhkd \
$(HOME)/.xsession.d \
$(HOME)/.Xresources.d
- cp -p -- X/sxhkdrc $(XDG_CONFIG_HOME)/sxhkd
cp -p -- X/xsession $(HOME)/.xsession
cp -p -- X/xsession.d/*.sh $(HOME)/.xsession.d
cp -p -- X/Xresources $(HOME)/.Xresources