dotfiles/dwm/patches/fibo
Frank Villaro-Dixon 11405822d7 added dwm
2013-06-25 21:47:49 +02:00

10 lines
306 B
Plaintext

#include "fibonacci.c"
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
{ "(@)", spiral }, \
{ "[\\]", dwindle }, \
};