summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awesome/rc.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index a8643e5..002d609 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -834,9 +834,6 @@ awful.rules.rules = {
--{{{ bling window swallowing
bling.module.window_swallowing.start()
-theme.parent_filter_list = { "firefox", "Gimp" } -- class names list of parents that should not be swallowed
-theme.child_filter_list = { "Dragon" } -- class names list that should not swallow their parents
-theme.swallowing_filter = true -- whether the filters above should be active
--}}}
-- {{{ Window Swallowing functions OLD/DEPRECATED