lamarelle.org

HADOPI - Le Net en France : black-out


Dwm

Configuration files





  My ~/.xinitrc file to start DWM

#!/bin/sh
xrdb -merge .Xresources
xrdb -merge .Xdefaults
xset +fp $HOME/.fonts
test -x /usr/bin/numlockx && /usr/bin/numlockx on
xsetroot -solid grey20
xscreensaver -no-splash &
urxvt -pe tabbed &
while true; do
    xsetroot -name "`date '+%A %d %B %Y %H:%M'`"
    sleep 1
done &
dwm




lamarelle.org

Top of the page