dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

max.xbm (130B)


      1 #define max_width 8
      2 #define max_height 8
      3 static unsigned char max_bits[] = {
      4    0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };