dotfiles

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

bullet.xbm (133B)


      1 #define bullet_width 7
      2 #define bullet_height 7
      3 static unsigned char bullet_bits[] = {
      4    0x00, 0x04, 0x0c, 0x1c, 0x0c, 0x04, 0x00 };