Common Applications
syncthing
Install syncthing.
pacman -S syncthingStart user service.
systemctl --user enable --now syncthingIncrease max-user-watches.
nano /etc/sysctl.d/40-max-user-watches.conffs.inotify.max_user_watches=524288Onboard Virtual Keyboard
Install onboard.
pacman -S onboardFor secondary labels run.
gsettings set org.onboard.keyboard show-secondary-labels trueConky
Install conky.
pacman -S conkyI use a script with conky to check email with the perlMail::IMAPClient and IO::Socket::SSL, on arch needs: perl-mail-imapclient (AUR), and perl-io-socket-ssl.
pacman -S perl-io-socket-ssl
aursync --update --temp --chroot perl-mail-imapclientSteam using Flatpak
Add flathub.
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoInstall steam for user.
flatpak install --user flathub com.valvesoftware.SteamRun Steam, data for flatpak will be in ${HOME}/.var.
flatpak run com.valvesoftware.SteamLast updated