diff options
author | zachir <zachir@librem.one> | 2023-03-25 21:05:00 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-25 21:05:00 -0500 |
commit | 79094e3271e065d806e3840dca9a800909fa882f (patch) | |
tree | cea734ca233a3a01360f2a8be6b025c2c4061232 /awesome/rc.lua | |
parent | 9f078d31119a28fce69605aa10c634b7027a57c5 (diff) |
remove unnecessary lines from rc.lua
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r-- | awesome/rc.lua | 3 |
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 |