On Sat, Jun 28, 2008 at 05:43:10AM -0700, Leandro Chescotta wrote:
> hi! im using arch linux, and i want the tile horizontal patch, but i
> dont know what im doing wrong, i need some extra help lol...
> 
> i add this to my config.h file
> 
> ***
> #include "tileh.c"
> 
> ...
> 
> static Layout layouts[] = {
>         /* symbol     arrange function */
>         { "[]|",      tile }, /* first entry is default */
>         { "[]=",      tileh },          /* <-------- patch */
>         { "><>",      NULL }, /* no layout function means floating behavior */
> ***

How does tileh look like? And where exactly do you include
tile.h in config.h?

Kind regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361

Reply via email to