diff --git a/wiki/linux/arch-linux/installation.md b/wiki/linux/arch-linux/installation.md index 92f355e..142dfe6 100644 --- a/wiki/linux/arch-linux/installation.md +++ b/wiki/linux/arch-linux/installation.md @@ -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 -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`) -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. Additionally if you have a NVidia Graphics Cards you should read diff --git a/wiki/linux/arch-linux/package-manager.md b/wiki/linux/arch-linux/package-manager.md index 031a9ad..714d432 100644 --- a/wiki/linux/arch-linux/package-manager.md +++ b/wiki/linux/arch-linux/package-manager.md @@ -1,11 +1,11 @@ -# Package Manager +# Pacman and Yay Package managers are important programs to get software onto your system. In Arch Linux there are 2 main package managers. One is `pacman`, the default package manager. 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 to install programs. @@ -35,14 +35,14 @@ It usually gets gets printed in the line above the error looking like `FAILED (unknown public key )`. ### Error while updating `is marginal trust` - + Both `yay` and `pacman` use gpg keys to confirm the package manager gets the right package. It is possible that it runs into errors when importing new keys. If the error `[...] Key [...] is marginal trust` occurs while updating the system, it can be fixed by running the following commands and then restarting the update process of the package manager. - + ```sh pacman -Sy archlinux-keyring pacman-key --populate archlinux diff --git a/wiki/linux/arch-linux/thinkpad_x220.md b/wiki/linux/arch-linux/thinkpad_x220.md index 48f67d7..1c16b8e 100644 --- a/wiki/linux/arch-linux/thinkpad_x220.md +++ b/wiki/linux/arch-linux/thinkpad_x220.md @@ -70,15 +70,15 @@ Scripts to change configuration at docking/undocking ## 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) that changes the `sys/module/hid_apple/parameters/fnmode` file. This toggles between the two different fn key functions. ## 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) 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.