arch-linux: fixed minor typos

master
tiyn 2 years ago
parent bbd4496707
commit 70090e68ae

@ -200,9 +200,10 @@ UEFI, don't forget to enable the EFI option, otherwise the system won't boot.
## 13. Further steps and graphical environment ## 13. Further steps and graphical environment
Now you can follow my larbs installation script Now you can follow the recommended larbs installation script of this wiki
(`curl -o larbs.sh https://raw.githubusercontent.com/tiyn/larbs/master/larbs.sh`) (`curl -o larbs.sh https://raw.githubusercontent.com/tiyn/larbs/master/larbs.sh`)
this will install a bunch of useful software including a graphical environment. this will install a bunch of useful base software including a graphical
environment.
You can go on to other guides aswell. You can go on to other guides aswell.
Additionally if you have a NVidia Graphics Cards you should read Additionally if you have a NVidia Graphics Cards you should read

@ -1,11 +1,11 @@
# Package Manager # Pacman and Yay
Package managers are important programs to get software onto your system. Package managers are important programs to get software onto your system.
In Arch Linux there are 2 main package managers. In Arch Linux there are 2 main package managers.
One is `pacman`, the default package manager. One is `pacman`, the default package manager.
But there are also a bunch other managers for the Arch User Repositories (AUR). But there are also a bunch other managers for the Arch User Repositories (AUR).
In this article I'll use `yay` as my go to AUR manager. In this article `yay` is used as the go to AUR manager.
`yay` is also a wrapper for `pacman` so you can just use `yay` instead of pacman `yay` is also a wrapper for `pacman` so you can just use `yay` instead of pacman
to install programs. to install programs.
@ -35,14 +35,14 @@ It usually gets gets printed in the line above the error looking like
`FAILED (unknown public key <KEYID>)`. `FAILED (unknown public key <KEYID>)`.
### Error while updating `is marginal trust` ### Error while updating `is marginal trust`
Both `yay` and `pacman` use gpg keys to confirm the package manager gets the Both `yay` and `pacman` use gpg keys to confirm the package manager gets the
right package. right package.
It is possible that it runs into errors when importing new keys. It is possible that it runs into errors when importing new keys.
If the error `[...] Key [...] is marginal trust` occurs while updating the If the error `[...] Key [...] is marginal trust` occurs while updating the
system, it can be fixed by running the following commands and then restarting system, it can be fixed by running the following commands and then restarting
the update process of the package manager. the update process of the package manager.
```sh ```sh
pacman -Sy archlinux-keyring pacman -Sy archlinux-keyring
pacman-key --populate archlinux pacman-key --populate archlinux

@ -70,15 +70,15 @@ Scripts to change configuration at docking/undocking
## FN keys not working ## FN keys not working
If the fn keys are not working properly run If the fn keys are not working properly run
[a script](https://github.com/tiyn/dotfiles/blob/master/.local/bin/etc/fchange) [a script](https://github.com/tiyn/dotfiles/blob/master/.local/bin/etc/fchange)
that changes the `sys/module/hid_apple/parameters/fnmode` file. that changes the `sys/module/hid_apple/parameters/fnmode` file.
This toggles between the two different fn key functions. This toggles between the two different fn key functions.
## Toggle the touchpad ## Toggle the touchpad
To toggle the touchpad on or off To toggle the touchpad on or off
[a simple script](https://github.com/tiyn/dotfiles/blob/master/.local/bin/tools/dwm/toggletouchpad) [a simple script](https://github.com/tiyn/dotfiles/blob/master/.local/bin/tools/dwm/toggletouchpad)
can be used that uses `synclient TouchpadOff=1` or `synclient TouchpadOff=0`. can be used that uses `synclient TouchpadOff=1` or `synclient TouchpadOff=0`.
This requires `xf86-input-synaptics` which is a synaptics driver for This requires `xf86-input-synaptics` which is a synaptics driver for
notebook touchpads. notebook touchpads.

Loading…
Cancel
Save