From f7797474ecbc52177efe2fd2bc728bd7e564fcf3 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 29 Sep 2014 21:03:17 +0200 Subject: Added compton config --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f21a25..1de75bd 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ THEMES_DIR = .local/share/themes CONFIG_DIR = .config NUMIX = numix-no-title BASHRC = .bashrc +COMPTON = .compton VIMRC = .vimrc HERBSTLUFT = herbstluftwm XRESOURCES = .Xresources @@ -11,7 +12,7 @@ XRESOURCES = .Xresources install: all -all: bash vim xresources numix-no-title herbstluftwm +all: bash compton vim xresources numix-no-title herbstluftwm numix-no-title: ln -sf $(PWD)/$(THEMES_DIR)/$(NUMIX) ~/$(THEMES_DIR) @@ -22,6 +23,9 @@ herbstluftwm: bash: ln -sf $(PWD)/$(BASHRC) ~ +compton: + ln -sf $(PWD)/$(COMPTON) ~ + vim: ln -sf $(PWD)/$(VIMRC) ~ @@ -32,6 +36,7 @@ uninstall: #remove all -rm ~/$(THEMES_DIR)/$(NUMIX) -rm ~/$(CONFIG_DIR)/$(HERBSTLUFT) + -rm ~/$(COMPTON) -rm ~/$(BASHRC) -rm ~/$(VIMRC) -rm ~/$(XRESOURCES) -- cgit v1.2.3