From beeb0a5338711b05fd4a9615e95af791c29cc35e Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 23 Apr 2023 20:42:23 -0500 Subject: add LTSpice to swallow exclusion --- awesome/themes/default/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index 8c74ab3..e2903ed 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -138,7 +138,7 @@ 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" } -- list of class names that should not be swallowed +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_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 -- cgit v1.2.3