- Added Fluxbox configuration

This commit is contained in:
Damien Broqua 2017-04-03 22:18:24 +02:00
parent 888f9f2dee
commit d22866075c
21 changed files with 854 additions and 0 deletions

View file

@ -0,0 +1,27 @@
/* XPM */
static char * bullet_xpm[] = {
"22 22 2 1",
" c None",
". c #C4C4C4",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. ",
" ... ",
" ... ",
" ... ",
" ...",
" ... ",
" ... ",
" ... ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" "};