From f6fe946bbfc8262fa2f1103cc5e5ff68cd61d89b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 8 Oct 2014 08:17:44 +0100 Subject: [PATCH] aweome: open new clients as slaves --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 1a49ab7..9cd4481 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -84,7 +84,7 @@ client.connect_signal("manage", function (c, startup) if not startup then -- Set the windows at the slave, -- i.e. put it at the end of others instead of setting it master. - -- awful.client.setslave(c) + awful.client.setslave(c) -- Put windows in a smart way, only if they does not set an initial position. if not c.size_hints.user_position and not c.size_hints.program_position then -- 2.48.1