summaryrefslogtreecommitdiff
path: root/awesome/themes
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-20 14:45:56 -0500
committerzachir <zachir@librem.one>2023-04-20 14:53:44 -0500
commit59bd2b89d3f772c0c1cf16316a26f5c86b108fec (patch)
treeeef91adc30a7c5234161975af0b01d5052f84448 /awesome/themes
parent88ea27b400baeaf7d401f02bff1c8cf651c94e4e (diff)
fix awesome (bling) and don't swallow virtualbox
Diffstat (limited to 'awesome/themes')
-rw-r--r--awesome/themes/default/theme.lua2
1 files changed, 1 insertions, 1 deletions
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