lamarelle.org



Sawfish

Configuration files







  Then, my ~/.xinitrc file to start Sawfish

#!/bin/sh
xrdb -merge .Xdefaults
xset +fp $HOME/.fonts
test -x /usr/local/bin/numlockx && /usr/local/bin/numlockx on
xsetroot -solid black
xscreensaver-command -exit
xscreensaver -no-splash &
urxvt -pe tabbed &
exec sawfish




lamarelle.org