feat: laptop udev rule on low battery

This commit is contained in:
AngeD 2023-03-28 14:21:51 +02:00
parent a4e69d89cf
commit ace5c8955d
4 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,7 @@ systemctl enable \
if ls -d /sys/class/power_supply/BAT*/ > /dev/null 2>&1; then
$PACMAN "${laptop_pkg[@]}"
cp -rfT rootfs_laptop/ /
systemctl enable tlp
fi