aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-20 20:17:23 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-20 20:17:23 +0530
commit4fbe9ceb5e281019f2fcc3175a910c8493ca5c78 (patch)
tree21cd6bd6750c9ef62860cf91fc74b860c5805fd3
parentad7fba3f69ab1ceac507ba51c59965acda2b2927 (diff)
now new windows are slaved by default
-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