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 } }, } + -- }}}