yay-bin
- AUR / Pacman helperdowngrade
- Pacman package downgrade helperkernel-modules-hook
- Prevent kernel mods from breaking on kernel upgradesystemd-boot-pacman-hook
- Update systemd entry on systemd-boot upgradebolt
- Utility to manage/trust thunderbolt accessories without udevd rulesreflector
- Updated mirrorlist
flameshot
- Screenshot toolgestures
- MacOS-like multi-touch gesture supportocs-url
- Launch applications from URLgocryptfs
- Simple encrypted file treesplayerctl
- Control media players with media keyswebapp-manager
- Run websites as if they were apps
kubectl
helm
kubectl
kubectx
minikube-bin
terraform
ansible
vscodium-bin
vscodium-bin-features
git-secret
google-cloud-sdk
cinnamon
gdm
ttf-adobe-source-fonts
ttf-ms-win11-auto
ttf-twemoji
Juno-mirage
tela
capitaine-cursors
systemd-boot
/boot/loader/loader.conf
timeout 30
console-mode max
default arch.conf
editor 1
auto-entries 0
auto-firmware 0
/boot/loader/entries/arch.conf
title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=LABEL=Arch rw button.lid_init_state=open
Fix "wake after lid closed".
button.lid_init_state=open
Fix an issue where the iwlwifi driver will crash and cause gdm to hang for a few seconds.
/etc/modprobe.d/iwlwifi.conf
options iwlwifi power_save=0
Fix an issue where the Thunderbolt controller causes > 2 minute resumes
blacklist i2c_nvidia_gpu
Prevents USB controller from waking laptop.
/etc/tmpfiles.d/disable-xhc-wakeup.conf
# Path Mode UID GID Age Argument
w /proc/acpi/wakeup - - - - XHC
Enable power management for hotplug devices
/etc/udev/rules.d/10-runtime-pm.rules
SUBSYSTEM!="pci", GOTO="power_runtime_rules_end"
ACTION!="add", GOTO="power_runtime_rules_end"
KERNEL=="????:??:??.?"
PROGRAM="/bin/sleep 0.1"
ATTR{power/control}=="*", ATTR{power/control}="auto"
LABEL="power_runtime_rules_end"
Persist several Powertop suggested tuneables
/etc/tmpfiles.d/powertop-tuneables.conf
# Path Mode UID GID Age Argument
w /proc/sys/kernel/nmi_watchdog - - - - 0
Nvidia/Intel graphics switching for battery life supported with optimus-manager.
gdm-prime
and libgdm-prime
must be installed instead of GDM, and Wayland must be disabled see this README.