diff --git a/CONFIG/xournalpp/settings.xml b/CONFIG/xournalpp/settings.xml new file mode 100644 index 0000000..8df70ec --- /dev/null +++ b/CONFIG/xournalpp/settings.xml @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/endos.py b/endos.py index 20ad42e..919ad42 100755 --- a/endos.py +++ b/endos.py @@ -309,6 +309,7 @@ def install_gittools(overwrite: bool, reinstall: bool) -> None: def install_readers(overwrite: bool, reinstall: bool) -> None: helper_install(*installmap["readers"], reinstall=reinstall) + helper_clone_foldercontents(CFG_SRC, CFG_TGT, "xournalpp", overwrite) helper_clone_foldercontents(CFG_SRC, CFG_TGT, "sioyek", overwrite) helper_clone_foldercontents(CFG_SRC, CFG_TGT, "zathura", overwrite)