Skip to content
Snippets Groups Projects
Commit 5691d742 authored by CALIN Alexis's avatar CALIN Alexis
Browse files

added depedencies for dwm (xbacklight and alsa-utils)

parent 3fbe1be6
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,14 @@ echo 'Create xinitrc for dwm'
echo '#keyboard config
setxkbmap fr
#picom
picom -b --config ~/.config/picom/picom.conf
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
# shellcheck source=/dev/null
[ -x "$f" ] && . "$f"
done
unset f
fi
# Statusbar loop
while true; do
......
......@@ -13,7 +13,8 @@ if [ "$distro" == "Debian" ]; then
read yn
if [ "$yn" == 'y' ]; then
# dwm depedencies
sudo apt install build-essential libx11-dev libxft-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev
sudo apt install build-essential libx11-dev libxft-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev\
xbacklight alsa-utils
./install-dwm.sh
./fix-screen-tearing.sh
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment