Removed delay after applying machi layout

This commit is contained in:
Mutzi 2025-03-25 12:55:32 +01:00
parent a7a3428a23
commit e116e0249d
Signed by: root
GPG Key ID: 2437494E09F13876

View File

@ -541,15 +541,8 @@ function module.create(data)
if to_apply then
layout.machi_set_cmd(get_final_cmd(), tag)
awful.layout.arrange(screen)
gears.timer{
timeout = 1,
autostart = true,
singleshot = true,
callback = cleanup,
}
else
cleanup()
end
cleanup()
end
end)