aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh3
-rw-r--r--picom.conf0
2 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index f3d296d..9f183f7 100755
--- a/install.sh
+++ b/install.sh
@@ -148,6 +148,9 @@ ln -sf ${PWD}/rofi_config.rasi ~/.config/rofi/config.rasi
# not the actual config location, it will be symlinked by the mode switch
ln -sf ${PWD}/polybar ~/.config/polybar.d
+mkdir -p ~/.config
+ln -sf ${PWD}/picom.conf ~/.config/picom.conf
+
mkdir -p ~/.config/fontconfig
ln -sf ${PWD}/fonts.conf ~/.config/fontconfig/fonts.conf
diff --git a/picom.conf b/picom.conf
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/picom.conf