]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
vim: plug vim-man
[dotfiles.git] / Makefile
index 2d8531fc96d536b7d71dd67ffff375bb460bec35..0ccccf29f3e024ecb82174520614757eed2634ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ XDG_DATA_HOME   ?= ~/.local/share
 
 FILES := bin
 DOTFILES := goobookrc profile tmux.conf Xresources
-CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb
+CONFIGFILES := mpv offlineimap ranger retroarch xbindkeys xkb
 
 .PHONY: core_files
 core_files: dircolors git ssh systemd vim zsh
@@ -77,6 +77,10 @@ ncmpcpp: $(XDG_CONFIG_HOME)
        mkdir -p $(XDG_DATA_HOME)/mpd/lyrics
 .PHONY: ncmpcpp
 
+picom: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: picom
+
 qute_scripts := $(wildcard qutebrowser/userscripts/*)
 $(qute_scripts):
        mkdir -p $(XDG_DATA_HOME)/qutebrowser/userscripts