From c187bed3dfab1d5a15374a61d75814c280c38ac9 Mon Sep 17 00:00:00 2001 From: Luca Capezzuto Date: Mon, 31 Jan 2022 20:17:50 -0600 Subject: [PATCH] set each spawned client to slave mode --- rc.lua.template | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.lua.template b/rc.lua.template index 7b355c5..c7d6583 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -686,6 +686,7 @@ awful.rules.rules = { { rule = { }, properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, + callback = awful.client.setslave, focus = awful.client.focus.filter, raise = true, keys = clientkeys,