awesome/lib/awful/layout/suit
Gregor Best c2ea920ca0 remove encoding=utf-8 from modelines
This option is no longer valid in modelines, so it has been removed from
all modelines using the following shellscript:

    #!/bin/ksh

    git ls-tree -r HEAD | cut -f2 | while read f; do
        egrep -e '^(//|--) vim: .*encoding=' $f >/dev/null || continue
        sed -E -e '/^(\/\/|--) vim:/s/:encoding=utf-8//' $f > /tmp/foo
        mv /tmp/foo $f
    done

Signed-off-by: Gregor Best <gbe@ring0.de>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-09-11 17:34:09 +02:00
..
fair.lua.in layouts: let client sizing honor the border width 2010-05-28 20:39:56 +02:00
floating.lua.in awful.layout.suit.floating: simplify 2009-03-12 11:49:58 +01:00
init.lua.in Add fibanocci layouts ported from the C version 2009-07-13 11:36:15 +02:00
magnifier.lua.in layouts: let client sizing honor the border width 2010-05-28 20:39:56 +02:00
max.lua.in layouts: let client sizing honor the border width 2010-05-28 20:39:56 +02:00
spiral.lua.in remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
tile.lua.in layouts/tile: completely fix client borders 2010-05-29 10:53:47 +02:00