Skip to content
Snippets Groups Projects
Select Git revision
  • 6e0225a6a37f8419a7efc49fa850da1763e73a48
  • main default protected
2 results

xinitrc

Blame
  • user avatar
    Arkenys authored and GitHub committed
    6e0225a6
    History
    xinitrc 310 B
    #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