This commit is contained in:
2025-05-02 22:22:10 +00:00
commit 51c616f9f0
52 changed files with 2934 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# hardware
install intel-media-driver intel-ucode mesa sof-firmware vulkan-intel
# brightness
install brightnessctl
file_has_line "/etc/profile" "export FEAT_BRIGHTNESS=brightnessctl"
# power
install tlp
systemctl enable tlp --now
cp_chown custom/_laptop.sh.yrz.am/tlp.conf /etc/tlp.conf root:root 644
systemctl restart tlp