1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2025-01-11 02:08:08 +00:00

looks better

This commit is contained in:
Alexandre Viau 2014-05-10 20:23:05 -04:00
parent 2cd0c1ce71
commit 62ae726bfd

View file

@ -1,8 +1,8 @@
-- {{{ Rules
local awful = require("awful") local awful = require("awful")
local beautiful = require("beautiful") local beautiful = require("beautiful")
-- {{{ Rules
awful.rules.rules = { awful.rules.rules = {
-- All clients will match this rule. -- All clients will match this rule.
{ rule = { }, { rule = { },
@ -34,4 +34,5 @@ awful.rules.rules = {
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,
maximized_vertical = true } }, maximized_vertical = true } },
} }
-- }}} -- }}}