dotfiles

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

max.xbm (124B)


      1 #define max_width 7
      2 #define max_height 7
      3 static unsigned char max_bits[] = {
      4    0x00, 0x00, 0x08, 0x14, 0x22, 0x00, 0x00 };