diff options
-rwxr-xr-x | install.sh | 3 | ||||
-rw-r--r-- | picom.conf | 0 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |