dotfiles/dwm/patches/fibo

10 lines
306 B
Plaintext
Raw Normal View History

2013-06-25 19:47:49 +00:00
#include "fibonacci.c"
static Layout layout[] = { \
/* symbol function */ \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
{ "(@)", spiral }, \
{ "[\\]", dwindle }, \
};