aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xawesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 742b1572..c6f135c0 100755
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -562,7 +562,7 @@ awful.rules.rules = {
client.connect_signal("manage", function (c)
-- Set the windows at the slave,
-- i.e. put it at the end of others instead of setting it master.
- -- if not awesome.startup then awful.client.setslave(c) end
+ if not awesome.startup then awful.client.setslave(c) end
if awesome.startup
and not c.size_hints.user_position