aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index a562835..85782e1 100755
--- a/install.sh
+++ b/install.sh
@@ -41,7 +41,8 @@ if command_exists apt; then
fonts-hack \
fonts-noto-color-emoji \
xclip \
- hexchat
+ hexchat \
+ brightnessctl
$SUDO apt purge -y \
lemonbar # automatically installed but unwanted
else
@@ -70,4 +71,6 @@ ln -s ${PWD}/alacritty.yml ~/.config/alacritty/alacritty.yml
mkdir -p ~/.config
ln -s ${PWD}/picom.conf ~/.config/picom.conf
+$SUDO usermod -G video ${USER}
+
./shell_only.sh