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

New install file, to deploy configs

parent f177c019
Branches
No related tags found
No related merge requests found
#depedencies
sudo apt install -y build-essential libx11-dev libxft-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev suckless-tools stterm
#tear free
sudo mkdir /usr/share/X11/xorg.conf.d/
#tee /usr/share/X11xorg.conf.d/10-intel.conf
echo 'Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection' > /usr/share/X11/xorg.conf.d/10-intel.conf
echo '#keyboard config
setxkbmap fr
# Statusbar loop
while true; do
xsetroot -name "$( date +" %d/%m/%Y %H:%M")"
sleep 20s # Update time every 20s
done &
# Set wallpaper
xsetroot -bg black
#feh --bg-fill ~/Images/Wallpaper/Favoris/ISS-view-4.jpg
exec /usr/local/bin/dwm' > "$HOME/.xinitrc"
#install dwm
sudo make clean install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment