aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-09-20 23:01:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-09-20 23:01:12 +1200
commit798e79aee7267c3528d96413a1b6054732bb9c5f (patch)
treee3b2f8575a97624357c6326153d6896b8f2c0e00 /Makefile
parentMerge branch 'release/v12.22.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-798e79aee7267c3528d96413a1b6054732bb9c5f.tar.gz
dotfiles-798e79aee7267c3528d96413a1b6054732bb9c5f.zip
Merge branch 'release/v12.23.0'v12.23.0
* release/v12.23.0: Remove picom (X compositor) Disable compositor fading for now Put Git repository template in XDG_DATA_HOME Add target and config for picom Switch from compton to picom
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 81464d18..7743d696 100644
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,7 @@ git/config: git/config.m4
-D NAME=$(NAME) \
-D EMAIL=$(EMAIL) \
-D GPG_KEYID=$(GPG_KEYID) \
- -D XDG_CONFIG_HOME=$(XDG_CONFIG_HOME) \
+ -D XDG_DATA_HOME=$(XDG_DATA_HOME) \
git/config.m4 > $@
less/less: less/lesskey
@@ -449,12 +449,12 @@ install-games-man:
install-git: git/config $(GIT_TEMPLATE_HOOKS)
mkdir -p -- $(XDG_CONFIG_HOME)/git
cp -p -- git/config $(XDG_CONFIG_HOME)/git/config
- mkdir -p -- $(XDG_CONFIG_HOME)/git/template
+ mkdir -p -- $(XDG_DATA_HOME)/git/template
cp -pR -- git/template/description \
- $(XDG_CONFIG_HOME)/git/template/description
- mkdir -p -- $(XDG_CONFIG_HOME)/git/template/hooks
+ $(XDG_DATA_HOME)/git/template/description
+ mkdir -p -- $(XDG_DATA_HOME)/git/template/hooks
cp -pR -- $(GIT_TEMPLATE_HOOKS) \
- $(XDG_CONFIG_HOME)/git/template/hooks
+ $(XDG_DATA_HOME)/git/template/hooks
install-gnupg: gnupg/profile.d/gnupg.sh install-sh
cp -p -- gnupg/profile.d/gnupg.sh $(HOME)/.profile.d