mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
d051faf3a5
commit
6617e4ccf0
@ -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'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user