From c04e62b1b211a44ec77e6f48eb4bfe8d7be9bb39 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 4 Feb 2019 21:17:19 +0100 Subject: [PATCH] Move compton config file to new location Signed-off-by: Severin Kaderli --- README.md | 4 ++-- install.sh | 2 +- system/.config/{ => compton}/compton.conf | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename system/.config/{ => compton}/compton.conf (100%) diff --git a/README.md b/README.md index d1522c4..784996d 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ This folder contains my [Streamlink](https://streamlink.github.io/) configuratio This folder contains my configuration for my terminal emulator [Termite](https://github.com/thestinger/termite). -### `.config/compton.conf` -This file contains my [compton](https://github.com/chjj/compton) configuration. +### `.config/compton` +This folder contains my [compton](https://github.com/yshui/compton/releases) configuration. ### `.config/Trolltech.conf` This file contains my QT4 configuration. diff --git a/install.sh b/install.sh index f572218..509f831 100755 --- a/install.sh +++ b/install.sh @@ -35,7 +35,7 @@ LINKED_FILES_HOME=( ".bash_profile" ".bashrc" ".config/autokey" - ".config/compton.conf" + ".config/compton" ".config/dconf" ".config/dunst" ".config/gtk-3.0" diff --git a/system/.config/compton.conf b/system/.config/compton/compton.conf similarity index 100% rename from system/.config/compton.conf rename to system/.config/compton/compton.conf