Skip to content
Snippets Groups Projects
Select Git revision
  • 999147ba6d19569adb5542a1c45394d13c5a68a5
  • main default protected
  • doc
  • createDoc
  • modele_document
  • release
6 results

app.js

Blame
  • 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