Skip to content

Troubleshooting

Increase Failed auth Lockout Attempts

CachyOS will lockout a user for 10 minutes on 3 failed password attempts over 15 minutes.

Expressed as sudo not working with valid password or unable to login to the system.

/etc/security/faillock.conf

0644 root:root

deny = 5
fail_interval = 300
unlock_time = 600

Caps lock as Control

Override caps lock for keyboards that do not remap caps lock key.

/etc/default/keyboard

0644 root:root

XKBOPTIONS="ctrl:nocaps"

For current session.

localectl set-x11-keymap us pc105 ,query ctrl:nocaps

Reboot to apply.

Mouse Acceleration Seems Wonky

Adaptive refresh seems to cause mouse acceleration issues in KDE Plasma Wayland.

⌘ ➔ System Settings ➔ Input & Output

  • Mouse & Touchpad (All devices)
    • Pointer Acceleration: None
  • Display & Monitor
    • Adaptive sync: Never

List of User Installed Packages

Only explicitly installed by user (no dependencies).

pacman -Qqe | grep -v "$(awk '{print $1}' /desktopfs-pkgs.txt)"

Reference:

List of Package by Install Date

pacman -Syu expac
expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort -n