From 59bd2b89d3f772c0c1cf16316a26f5c86b108fec Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 20 Apr 2023 14:45:56 -0500 Subject: fix awesome (bling) and don't swallow virtualbox --- awesome/themes/default/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/themes/default/theme.lua') diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index 9f199db..0d8b7b8 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" } -- list of class names that should not be swallowed +theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "VirtualBox Manager", "VirtualBox Machine" } -- list of class names that should not be swallowed theme.dont_swallow_filter_activated = true -- whether the filter above should be active -- flash focus -- cgit v1.2.3