Removed unneeded laptop configuration

This commit is contained in:
2023-10-04 20:11:09 -04:00
parent 82e6829832
commit 079b23f316
+1 -2
View File
@@ -103,8 +103,7 @@ fi
echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then
pacman -S powertop acpid-openrc acpilight --needed --noconfirm
rc-update add acpid
pacman -S powertop --needed --noconfirm
echo 'SUBSYSTEM=="backlight", ACTION=="add", \
RUN+="/bin/chgrp classmod /sys/class/backlight/%k/brightness", \
RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"