Skip to content
Snippets Groups Projects
Select Git revision
  • dfa7e2b1f9f4bb9471d00ea5dfb260b85e6f807f
  • master default protected
2 results

_index.md

Blame
  • Forked from FONTCHASTAGNER Julien / MEF-EMag
    Source project has a limited visibility.
    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