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
|
||||
|
||||
```shell
|
||||
# If no local changes were done
|
||||
git submodule update --remote | grep 'Submodule path'
|
||||
|
||||
# Otherwise
|
||||
git submodule foreach 'git pull'
|
||||
```
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
TODO
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user