diff --git a/wmde-rp.conf b/wmde-rp.conf index 8f97c1f..b6ffca6 100644 --- a/wmde-rp.conf +++ b/wmde-rp.conf @@ -92,11 +92,15 @@ PERM_DIRS=" \ --include='.local/share/backgrounds/***' \ --include=.config/*** \ " - # --exclude='.osync_workdir' \ #CONFIGDIRS=".config \ # .local/share/backgrounds \ # .ssh" +if [ -d /etc/meins.d ]; then + for file in /etc/meins.d/*.conf; do + [ -f "$file" ] && . "$file" + done +fi