#!/bin/bash
source .bashrc
xset +fp /home/yoh/soft/fonts/cronyx
xset +fp /home/yoh/soft/fonts/wincyr
xset fp rehash
xmodmap .xmodmaprc
#if [ $HOSTNAME = "earwax" ]
#then 
#    exec enlightenment
#else 
    exec wmaker
#fi


