This commit is contained in:
Daniel Langbein 2021-06-22 23:26:03 +02:00
parent d051faf3a5
commit 6617e4ccf0
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,11 @@ git submodule init
To update all submodules, run To update all submodules, run
```shell ```shell
# If no local changes were done
git submodule update --remote | grep 'Submodule path' git submodule update --remote | grep 'Submodule path'
# Otherwise
git submodule foreach 'git pull'
``` ```

View File

@ -1,5 +1,5 @@
TODO TODO
create PKGBUILD create PKGBUILD
depend on "onboard", "xournalpp", "de-p1st-sddm-tablet" depend on "onboard", "xournalpp", "de-p1st-sddm-tablet", "libwacom-surface"
copy screensaver.xml to /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml copy screensaver.xml to /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-screensaver.xml