diff --git a/rc/signals.lua b/rc/signals.lua index 7fa0158..8f951f1 100644 --- a/rc/signals.lua +++ b/rc/signals.lua @@ -53,13 +53,14 @@ client.add_signal("manage", c.icon = image(icon) end end - + if not startup then -- 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 awful.placement.no_overlap(c) awful.placement.no_offscreen(c) end + c:raise() end end)