X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e3b74ab8092b5914dcb145a3597d28df893f1f52..87f41b031c80a7af6875f9f8c9ea21c1e61b9716:/Makefile diff --git a/Makefile b/Makefile index 2d8531f..0ccccf2 100644 --- 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