From 62ae726bfda31218fc52776eafb176a95ccc1f03 Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Sat, 10 May 2014 20:23:05 -0400 Subject: [PATCH] looks better --- settings/rules.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings/rules.lua b/settings/rules.lua index faecbb9..048c7bf 100644 --- a/settings/rules.lua +++ b/settings/rules.lua @@ -1,8 +1,8 @@ --- {{{ Rules - local awful = require("awful") local beautiful = require("beautiful") +-- {{{ Rules + awful.rules.rules = { -- All clients will match this rule. { rule = { }, @@ -34,4 +34,5 @@ awful.rules.rules = { properties = { maximized_horizontal = true, maximized_vertical = true } }, } + -- }}}