From e67f221c21c6719c8d17d74ee58e0ddc38689532 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Apr 2020 16:12:05 -0700 Subject: Rename Compton to Picom They renamed the project and it’s been warning me about this for a while. --- GNUmakefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 87c4235..3073bc1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ include dotfiles.mk -MODULES=xmodmap emacs compton cower mowedline +MODULES=xmodmap emacs picom cower mowedline STOW=stow .PHONY: all clean $(MODULES) zsh @@ -18,17 +18,15 @@ zsh: %-uninstall: $(STOW) -D $(subst -uninstall,,$@) -########### -# Compton # -########### +# Picom -compton: compton/.config/compton.conf +picom: picom/.config/picom.conf -compton/.config/compton.conf: compton/.config/compton.org +picom/.config/picom.conf: picom/.config/picom.org $(call tangle,conf) -compton-clean: - rm -f compton/.config/compton.conf +picom-clean: + rm -f picom/.config/picom.conf ######### # Emacs # -- cgit v1.3-2-g0d8e