Common Applications

syncthing

Install syncthing.

pacman -S syncthing

Start user service.

systemctl --user enable --now syncthing

Increase max-user-watches.

nano /etc/sysctl.d/40-max-user-watches.conf
fs.inotify.max_user_watches=524288

Onboard Virtual Keyboard

Install onboard.

pacman -S onboard

For secondary labels run.

gsettings set org.onboard.keyboard show-secondary-labels true

Conky

Install conky.

pacman -S conky

I use a script with conky to check email with the perlMail::IMAPClient and IO::Socket::SSL, on arch needs: perl-mail-imapclient (AUR)arrow-up-right, and perl-io-socket-sslarrow-up-right.

Steam using Flatpak

Add flathub.

Install steam for user.

Run Steam, data for flatpak will be in ${HOME}/.var.

Last updated