Laptop
fish vim neovim git ripgrep fd ntpd openssh uptimed 7zip
xorg-server xorg-apps xorg-xinit lightdm lightdm-gtk-greeter mesa lib32-vulkan-intel vulkan-intel pipewire wireplumber vlc vlc-plugins-all mpv deluge-gtk dolphin gedit feh eog
Install yay/paru
brave-bin
systemctl enable ntpd
systemctl enable sshd
systemctl enable uptimed
Uncomment multilib in /etc/pacman.conf to install steam
lib32-vulkan-intel steam
Edit /etc/security/faillock.conf and ensure that "deny = 0" is set.
/etc/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "off"
#Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "35"
Option "FingerHigh" "40"
EndSection