XDG compliant xmonad

This commit is contained in:
Dominic Adamson
2021-03-20 08:23:30 -06:00
parent a9a1da0f0c
commit c587e3a020
17 changed files with 0 additions and 0 deletions

View File

@@ -1,25 +0,0 @@
/* XPM */
static char * haskell_20_xpm[] = {
"20 20 2 1",
" c None",
". c #FFFFFF",
" ",
" ",
" ",
".... .... ",
" .... ... ",
" ... .... ",
" .... .... ",
" .... ... ........",
" ... .... .......",
" .... .... ",
" .... .... ",
" ... ...... .....",
" .... ....... ....",
" .... .... ... ",
" ... .... .... ",
" .... ... .... ",
".... .... ... ",
" ",
" ",
" "};