From 27776b26cd3937f7eed32804921b74d6557a70d7 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 23 Jan 2026 13:46:46 +0100 Subject: [PATCH] xournalpp config --- CONFIG/xournalpp/settings.xml | 314 ++++++++++++++++++++++++++++++++++ endos.py | 1 + 2 files changed, 315 insertions(+) create mode 100644 CONFIG/xournalpp/settings.xml 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)