Rename Compton to Picom

They renamed the project and it’s been warning me about this for a while.
This commit is contained in:
Tom Willemse 2020-04-26 16:12:05 -07:00
parent 6c65158e68
commit e67f221c21
4 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,6 @@
include dotfiles.mk include dotfiles.mk
MODULES=xmodmap emacs compton cower mowedline MODULES=xmodmap emacs picom cower mowedline
STOW=stow STOW=stow
.PHONY: all clean $(MODULES) zsh .PHONY: all clean $(MODULES) zsh
@ -18,17 +18,15 @@ zsh:
%-uninstall: %-uninstall:
$(STOW) -D $(subst -uninstall,,$@) $(STOW) -D $(subst -uninstall,,$@)
########### # Picom
# Compton #
###########
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) $(call tangle,conf)
compton-clean: picom-clean:
rm -f compton/.config/compton.conf rm -f picom/.config/picom.conf
######### #########
# Emacs # # Emacs #

View file

@ -1 +0,0 @@
compton.conf

1
picom/.config/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
picom.conf

View file

@ -1,4 +1,7 @@
#+TITLE: Compton config #+TITLE: Picom config
*Note*: This used to be the configuration for Compton, but they've renamed Compton
to Picom.
Consider all windows grouped by =WM_TRANSIENT_FOR= to be focused when Consider all windows grouped by =WM_TRANSIENT_FOR= to be focused when
one window in the group has focus. one window in the group has focus.