summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-25 21:05:00 -0500
committerzachir <zachir@librem.one>2023-03-25 21:05:00 -0500
commit79094e3271e065d806e3840dca9a800909fa882f (patch)
treecea734ca233a3a01360f2a8be6b025c2c4061232
parent9f078d31119a28fce69605aa10c634b7027a57c5 (diff)
remove unnecessary lines from rc.lua
-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