summaryrefslogtreecommitdiff
path: root/awesome/layouts.lua
blob: 6143c2c5a44db5793c766a47892982a4d2f5e51e (plain)
1
2
3
4
5
6
7
8
9
local awful = require("awful")
--local tile = require("tile")

-- Table of layouts to cover with awful.layout.inc, order matters.
awful.layout.layouts = {
	awful.layout.suit.tile,
	awful.layout.suit.max,
	awful.layout.suit.floating,
}