Skip to content
Snippets Groups Projects
Commit 5c7ca4ca authored by alexis's avatar alexis
Browse files

created script

parent 0397bece
No related branches found
No related tags found
No related merge requests found
#https://techstop.github.io/fix-screen-tearing-xfce/
sudo mkdir /usr/share/X11/xorg.conf.d/
sudo 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
#picom
picom -b --config ~/.config/picom/picom.conf
# 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' > ~/.xinitrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment