diff options
author | self <self@sateoki.xyz> | 2022-04-24 21:10:13 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-04-24 21:10:13 +0100 |
commit | 0f86f07d6e7507a62c8fb61cc64abe32731f177e (patch) | |
tree | 522f8f8329f1b5fb3b2f16f695688c36fe2c91a6 | |
parent | 2bf9c25824857460393a47ecc46910fef79359a9 (diff) |
Added xbacklight to setup script
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ fi ########################### Setup everything necessary ############################### # Install X Server -pacman -S xorg xorg-xinit +pacman -S xorg xorg-xinit xorg-xbacklight # Install Libraries Needed pacman -S libxft fontconfig ntfs-3g |