diff options
author | zachir <zachir@librem.one> | 2023-05-03 12:10:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-03 12:10:38 -0500 |
commit | 3d9568ad3e1f4d19b9f722c692c3f0f291a701aa (patch) | |
tree | 74233a15e5e78f5a778c12bac9e23b62c4708653 /awesome | |
parent | 83f9866edcf2b1a3656e3757f98adb8258eee3fc (diff) | |
parent | d28ee1b982aaddbe727daabd3793876f2aa4189a (diff) |
merge because I'm tupid
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/themes/default/theme.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index e2903ed..9520893 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -138,10 +138,10 @@ You might just want to copy that whole part into your theme.lua and start adjust --]] -- LuaFormatter off -- window swallowing -theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "REAPER", "VirtualBox Manager", "VirtualBox Machine", "xviix64.exe" } -- list of class names that should not be swallowed +theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "REAPER", "VirtualBox Manager", "VirtualBox Machine", "xviix64.exe", "yabridge" } -- list of class names that should not be swallowed theme.dont_swallow_filter_activated = true -- whether the filter above should be active -theme.parent_filter_list = {"firefox", "Gimp", "Lutris", "REAPER", "obs", "LibreWolf"} -- class names list of parents that should not be swallowed -theme.child_filter_list = { "Dragon", "REAPER" } -- class names list that should not swallow their parents +theme.parent_filter_list = { "firefox", "Gimp", "Lutris", "REAPER", "obs", "LibreWolf", "xviix64.exe", "yabridge" } -- class names list of parents that should not be swallowed +theme.child_filter_list = { "Dragon", "REAPER", "yabridge" } -- class names list that should not swallow their parents theme.swallowing_filter = true -- whether the filters above should be active -- flash focus |