From 26198dd8f2c717074330a8b971a5d57836b09141 Mon Sep 17 00:00:00 2001 From: gokul swaminathan <33443763+JavaCafe01@users.noreply.github.com> Date: Sun, 14 Feb 2021 00:24:07 -0800 Subject: [PATCH] add chrome in the backup dont swallow list --- module/window_swallowing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/window_swallowing.lua b/module/window_swallowing.lua index 135f094..1e4f3f7 100644 --- a/module/window_swallowing.lua +++ b/module/window_swallowing.lua @@ -11,7 +11,7 @@ local helpers = require(tostring(...):match(".*bling") .. ".helpers") local window_swallowing_activated = false -- you might want to add or remove applications here -local dont_swallow_classname_list = beautiful.dont_swallow_classname_list or {"firefox", "Gimp"} +local dont_swallow_classname_list = beautiful.dont_swallow_classname_list or {"firefox", "Gimp", "Google-chrome"} local activate_dont_swallow_filter = beautiful.dont_swallow_filter_activated or true -- makes c the same size and position as parent_client