mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 07:27:19 -04:00
Removed unneeded laptop configuration
This commit is contained in:
+1
-2
@@ -103,8 +103,7 @@ fi
|
|||||||
echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
|
echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
|
||||||
|
|
||||||
if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then
|
if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then
|
||||||
pacman -S powertop acpid-openrc acpilight --needed --noconfirm
|
pacman -S powertop --needed --noconfirm
|
||||||
rc-update add acpid
|
|
||||||
echo 'SUBSYSTEM=="backlight", ACTION=="add", \
|
echo 'SUBSYSTEM=="backlight", ACTION=="add", \
|
||||||
RUN+="/bin/chgrp classmod /sys/class/backlight/%k/brightness", \
|
RUN+="/bin/chgrp classmod /sys/class/backlight/%k/brightness", \
|
||||||
RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"
|
RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"
|
||||||
|
|||||||
Reference in New Issue
Block a user