Skip to content
Snippets Groups Projects
Unverified Commit 9f6a2aeb authored by Arkenys's avatar Arkenys Committed by GitHub
Browse files

Create xinitrc

parent e38a5b82
No related branches found
No related tags found
No related merge requests found
xinitrc 0 → 100644
#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
feh --bg-fill ~/Images/Wallpaper/Favoris/ISS-view-4.jpg
exec /usr/local/bin/dwm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment