X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/10fb02870c88c0c6706ed0310b3b999ecd2f5d01..31a97da22830907bf434b621ad51f8e9451a8def:/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