summaryrefslogtreecommitdiffstats
path: root/layout.c
Commit message (Collapse)AuthorAgeFilesLines
* moved focus{next,prev} and nexttiled from client.c to layout.c (because ↵Gravatar Anselm R. Garbe 2007-02-211-8/+38
| | | | those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Gravatar Anselm R. Garbe 2007-02-201-0/+185
mixture of both)